12 lines
179 B
JSON
12 lines
179 B
JSON
{
|
|
"port": 4000,
|
|
"url": "https://misshaialert.com",
|
|
"db": {
|
|
"host": "localhost",
|
|
"port": 5432,
|
|
"user": "user",
|
|
"pass": "pass",
|
|
"db": "misshaialert",
|
|
"extra": {}
|
|
}
|
|
} |