From f1f4732f8ef20b1c33058b9b2c486d4b5e87b646 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 20 May 2016 15:27:16 +0200 Subject: Add production example file --- config/production.yaml.example | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config/production.yaml.example (limited to 'config') diff --git a/config/production.yaml.example b/config/production.yaml.example new file mode 100644 index 000000000..6dc79d73f --- /dev/null +++ b/config/production.yaml.example @@ -0,0 +1,4 @@ +webserver: + https: false + host: 'example.com' + port: 80 -- cgit v1.2.3