update config

This commit is contained in:
kolaente 2018-12-06 15:42:54 +01:00
parent 1ed4cb8673
commit 2c5a38bfd4
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ func InitConfig() (err error) {
// Service
viper.SetDefault("service.JWTSecret", random)
viper.SetDefault("service.interface", ":1073")
viper.SetDefault("service.frontendurl", "")
ex, err := os.Executable()
if err != nil {
panic(err)