Kaynağa Gözat

added uploads directory.

master
sp 5 yıl önce
ebeveyn
işleme
14f2802ad3
3 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. +1
    -0
      .gitignore
  2. +1
    -0
      config.go
  3. +1
    -0
      config.json

+ 1
- 0
.gitignore Dosyayı Görüntüle

/apiv1 /apiv1
/uploads/

+ 1
- 0
config.go Dosyayı Görüntüle

TlsKey string TlsKey string
Static []configStaticHtml Static []configStaticHtml
Debug bool Debug bool
Uploads string
Session struct { //TODO: figure what is this intended for Session struct { //TODO: figure what is this intended for
Guest bool Guest bool
Year int //how many years Year int //how many years

+ 1
- 0
config.json Dosyayı Görüntüle

"TlsCert": "/home/sp/go/src/fullchain.pem", "TlsCert": "/home/sp/go/src/fullchain.pem",
"TlsKey": "/home/sp/go/src/privkey.pem", "TlsKey": "/home/sp/go/src/privkey.pem",
"Debug": true, "Debug": true,
"Uploads": "./uploads/",
"Static": [ "Static": [
{ {
"Dir": "./html/", "Dir": "./html/",

Yükleniyor…
İptal
Kaydet