add demo env variable

This commit is contained in:
Hayden 2022-10-12 12:34:58 -08:00
parent eca071f974
commit a898b03597
2 changed files with 2 additions and 0 deletions

View file

@ -23,6 +23,7 @@ type Config struct {
Log LoggerConf `yaml:"logger"`
Mailer MailerConf `yaml:"mailer"`
Swagger SwaggerConf `yaml:"swagger"`
Demo bool `yaml:"demo"`
}
type SwaggerConf struct {

View file

@ -8,6 +8,7 @@ processes = []
[env]
PORT = "7745"
HBOX_DEMO = "true"
[experimental]
allowed_public_ports = []