aboutsummaryrefslogtreecommitdiff
path: root/example-server.conf
diff options
context:
space:
mode:
Diffstat (limited to 'example-server.conf')
-rw-r--r--example-server.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/example-server.conf b/example-server.conf
index 6d0bb05..fc377fe 100644
--- a/example-server.conf
+++ b/example-server.conf
@@ -6,6 +6,7 @@ server {
port = 443 # Port to listen on
cookie_secret = "supersecret" # Authentication key for the client cookie
http_logfile = "http.log" # Logfile for HTTP requests
+ datastore = "mysql:user:pass:host:3306" # engine:username:password:hostname:port
}
# Oauth2 configuration