From 019891ab8b6709b2e3fb6be83d111fb73ec2bd32 Mon Sep 17 00:00:00 2001 From: Kevin Lyda Date: Fri, 27 Jan 2017 12:27:44 +0000 Subject: Remove datastore --- example-server.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'example-server.conf') diff --git a/example-server.conf b/example-server.conf index 8d299fa..e0b3ea5 100644 --- a/example-server.conf +++ b/example-server.conf @@ -9,7 +9,13 @@ server { cookie_secret = "supersecret" # Authentication key for the client cookie csrf_secret = "supersecret" # Authentication key for the CSRF token http_logfile = "http.log" # Logfile for HTTP requests - datastore = "mysql:user:pass:host:3306" # engine:username:password:hostname:port +} + +database { + type = "mysql" + address = "host:3306" + username = "user" + password = "pass" } # Oauth2 configuration -- cgit v1.2.3