23 lines
371 B
JSON
23 lines
371 B
JSON
{
|
|
"port": 4000,
|
|
"url": "https://t.psec.dev",
|
|
"uaExtra": "",
|
|
"db": {
|
|
"host": "localhost",
|
|
"port": 5432,
|
|
"user": "tools",
|
|
"pass": "some-random-password-string",
|
|
"db": "tools",
|
|
"extra": {}
|
|
},
|
|
"admin": {
|
|
"username": "your_user_name",
|
|
"host": "your-instance-host"
|
|
}
|
|
"whitelist": {
|
|
"enabled": false,
|
|
"instances": [
|
|
"psec.dev"
|
|
]
|
|
}
|
|
}
|