Update config.example.json
This commit is contained in:
parent
cedee662f3
commit
9f4b54f53b
1 changed files with 9 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"port": 4000,
|
"port": 4000,
|
||||||
"url": "https://misskey.tools",
|
"url": "https://t.psec.dev",
|
||||||
"uaExtra": "",
|
"uaExtra": "",
|
||||||
"db": {
|
"db": {
|
||||||
"host": "localhost",
|
"host": "localhost",
|
||||||
"port": 5432,
|
"port": 5432,
|
||||||
"user": "user",
|
"user": "tools",
|
||||||
"pass": "pass",
|
"pass": "some-random-password-string",
|
||||||
"db": "tools",
|
"db": "tools",
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
|
@ -14,4 +14,10 @@
|
||||||
"username": "your_user_name",
|
"username": "your_user_name",
|
||||||
"host": "your-instance-host"
|
"host": "your-instance-host"
|
||||||
}
|
}
|
||||||
|
"whitelist": {
|
||||||
|
"enabled": false,
|
||||||
|
"instances": [
|
||||||
|
"psec.dev"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue