Add host to config

This commit is contained in:
Alex Ling
2021-03-03 17:35:39 +00:00
parent 6fa575cf4f
commit bf3900f9a2
2 changed files with 2 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ class Config
@[YAML::Field(ignore: true)]
property path : String = ""
property host : String = "0.0.0.0"
property port : Int32 = 9000
property base_url : String = "/"
property session_secret : String = "mango-session-secret"