0
0
Fork 0

ログインできた

This commit is contained in:
Xeltica 2020-08-04 14:38:26 +09:00
parent 326384957c
commit dfbc06f858
18 changed files with 853 additions and 167 deletions

View file

@ -1,4 +1,12 @@
{
"port": 4000,
"url": "https://misshaialert.com"
"url": "https://misshaialert.com",
"db": {
"host": "localhost",
"port": 5432,
"user": "user",
"pass": "pass",
"db": "misshaialert",
"extra": {}
}
}