From 64972787550971fb1f095799f5b5cdc326d8b416 Mon Sep 17 00:00:00 2001 From: vjrj Date: Sat, 9 Dec 2017 17:57:21 +0100 Subject: [PATCH] settings samples improved --- settings-development-sample.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/settings-development-sample.json b/settings-development-sample.json index afe4cc7..6aaea55 100644 --- a/settings-development-sample.json +++ b/settings-development-sample.json @@ -1,6 +1,18 @@ { - "public": {}, + "gmaps": { + "key": "" + }, + "piwik": { + "url": "", + "site_id": 1 + }, + "sentryPrivateDSN": "", + "public": { + "sentryPublicDSN": "" + }, "private": { + "testEmail": "someone@example.com", + "testMailer": false, "MAIL_URL": "", "OAuth": { "facebook": {