From 8f3e2b11bc2ca464def1ca6d34b0ba7c777eb5d6 Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Mon, 19 Jan 2015 18:22:54 +0700 Subject: [PATCH] Example config --- demo/config.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/demo/config.json b/demo/config.json index 1bc4ab9..36dd50a 100644 --- a/demo/config.json +++ b/demo/config.json @@ -1,14 +1,14 @@ { - "app_name": "", - "build_number": 0, - "enable_sign_in": false, - "database_driver": "", + "app_name": "Awesome App", + "build_number": 4401, + "enable_sign_in": true, + "database_driver": "mysql", "database_config": { - "hostname": "", - "port": 0, - "username": "", + "hostname": "127.0.0.1", + "port": 3306, + "username": "root", "password": "", - "database": "" + "database": "awesomeness" }, - "sensitive_data": "" + "sensitive_data": "nasty secret here" }