4 changed files with 22 additions and 4 deletions
@ -0,0 +1,18 @@ |
|||
{ |
|||
"$schema": "./schema.json", |
|||
"Store": { |
|||
"DBPath": "main.db", |
|||
"ShortedIDLength": 4 |
|||
}, |
|||
"Handlers": { |
|||
"ListenAddr": ":8080", |
|||
"BaseURL": "http://localhost:3000", |
|||
"EnableGinDebugMode": false, |
|||
"OAuth": { |
|||
"Google": { |
|||
"ClientID": "", |
|||
"ClientSecret": "" |
|||
} |
|||
} |
|||
} |
|||
} |
|||
Loading…
Reference in new issue