From f91043385300a946493a0431111f40ac787589fc Mon Sep 17 00:00:00 2001 From: claudemiro Date: Sat, 13 Jun 2015 11:20:12 -0300 Subject: [PATCH] Updated config example. Removed OnlySSL as this feature is not implemented yet and removed username and password. --- README.md | 3 --- ipe/config-example.json | 5 ----- 2 files changed, 8 deletions(-) diff --git a/README.md b/README.md index 439d0d1..c1f5ded 100644 --- a/README.md +++ b/README.md @@ -42,12 +42,9 @@ $ go install github.com/dimiro1/ipe ```json { "Host": ":8080", - "User": "Username", - "Password": "123456", "Apps": [ { "ApplicationDisabled": false, - "OnlySSL": false, "Secret": "APP_SECRET", "Key": "APP_KEY", "Name": "APP_NAME", diff --git a/ipe/config-example.json b/ipe/config-example.json index a48a64b..4a29451 100644 --- a/ipe/config-example.json +++ b/ipe/config-example.json @@ -1,12 +1,8 @@ { "Host": ":8080", - "Expvar": true, - "User": "Username", - "Password": "123456", "Apps": [ { "ApplicationDisabled": false, - "OnlySSL": false, "Secret": "7ad3753142a6693b25b9", "Key": "278d525bdf162c739803", "Name": "App 1", @@ -17,7 +13,6 @@ }, { "ApplicationDisabled": false, - "OnlySSL": false, "Secret": "d6824d2fa32888931504", "Key": "c8b30f611ffb13202976", "Name": "App 2",