blob: e809df84e2e40c9adb8bd640ae6b26733ff09a75 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
{
"PORT": 61000,
"ENDPORT": 61001,
"ENDPASS": "password",
"HOST": "localhost",
"SQLUSER": "username",
"SQLPASS": "password",
"SQLDB": "database",
"TOKEN": "tk",
"SSL": true
}
|