3 changed files with 4 additions and 19 deletions
@ -1,18 +0,0 @@ |
|||
{ |
|||
"$schema": "./build/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