config.toml Explained
config.toml explained
Example config.toml
###Example config.toml for shinkro
###LogLevel can be set to any one of the following: "INFO", "ERROR", "DEBUG", "TRACE"
###LogxMaxSize is in MB.
Host = "127.0.0.1"
Port = 7011
#BaseUrl = "/shinkro"
SessionSecret = "{secret}"
EncryptionKey = "{secret}"
LogLevel = "INFO"
#LogPath = "/Users/varo/code/my_projects/shinkro/test/configtest/logs/shinkro.log"
#LogMaxSize = 50
#LogMaxBackups = 3
CheckForUpdates = true
Config options exaplained
Last updated