Updated config example.
Removed OnlySSL as this feature is not implemented yet and removed username and password.
This commit is contained in:
@@ -42,12 +42,9 @@ $ go install github.com/dimiro1/ipe
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"Host": ":8080",
|
"Host": ":8080",
|
||||||
"User": "Username",
|
|
||||||
"Password": "123456",
|
|
||||||
"Apps": [
|
"Apps": [
|
||||||
{
|
{
|
||||||
"ApplicationDisabled": false,
|
"ApplicationDisabled": false,
|
||||||
"OnlySSL": false,
|
|
||||||
"Secret": "APP_SECRET",
|
"Secret": "APP_SECRET",
|
||||||
"Key": "APP_KEY",
|
"Key": "APP_KEY",
|
||||||
"Name": "APP_NAME",
|
"Name": "APP_NAME",
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
{
|
{
|
||||||
"Host": ":8080",
|
"Host": ":8080",
|
||||||
"Expvar": true,
|
|
||||||
"User": "Username",
|
|
||||||
"Password": "123456",
|
|
||||||
"Apps": [
|
"Apps": [
|
||||||
{
|
{
|
||||||
"ApplicationDisabled": false,
|
"ApplicationDisabled": false,
|
||||||
"OnlySSL": false,
|
|
||||||
"Secret": "7ad3753142a6693b25b9",
|
"Secret": "7ad3753142a6693b25b9",
|
||||||
"Key": "278d525bdf162c739803",
|
"Key": "278d525bdf162c739803",
|
||||||
"Name": "App 1",
|
"Name": "App 1",
|
||||||
@@ -17,7 +13,6 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ApplicationDisabled": false,
|
"ApplicationDisabled": false,
|
||||||
"OnlySSL": false,
|
|
||||||
"Secret": "d6824d2fa32888931504",
|
"Secret": "d6824d2fa32888931504",
|
||||||
"Key": "c8b30f611ffb13202976",
|
"Key": "c8b30f611ffb13202976",
|
||||||
"Name": "App 2",
|
"Name": "App 2",
|
||||||
|
|||||||
Reference in New Issue
Block a user