mirror of
https://github.com/outbackdingo/databunker.git
synced 2026-01-28 10:18:43 +00:00
fix code
This commit is contained in:
@@ -113,9 +113,10 @@ func init() {
|
||||
log.Fatalf("db init error %s", err.Error())
|
||||
}
|
||||
db.initUserApps()
|
||||
var cfg Config
|
||||
var cfg2 Config
|
||||
cfile := "../databunker.yaml"
|
||||
readFile(&cfg, &cfile)
|
||||
readFile(&cfg2, &cfile)
|
||||
var cfg Config
|
||||
cfg.Sms.TwilioToken = "ttoken"
|
||||
cfg.SelfService.AppRecordChange = []string{"testapp", "super"}
|
||||
cfg.SelfService.ConsentWithdraw = []string{"*email*"}
|
||||
|
||||
Reference in New Issue
Block a user