Skip to content

Instantly share code, notes, and snippets.

@saschagrunert
Created July 7, 2018 18:21
Show Gist options
  • Save saschagrunert/9274e1e1a4c28d56feb44dbb3b647169 to your computer and use it in GitHub Desktop.
Save saschagrunert/9274e1e1a4c28d56feb44dbb3b647169 to your computer and use it in GitHub Desktop.
[server]
ip = "127.0.0.1"
port = "30080"
tls = false
[log]
actix_web = "debug"
webapp = "trace"
[postgres]
host = "127.0.0.1"
username = "username"
password = "password"
database = "database"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment