uaExtra設定を追加し、ユーザーエージェントを拡張できるように
This commit is contained in:
parent
bdf915528a
commit
890df5e111
1 changed files with 2 additions and 1 deletions
|
@ -1,12 +1,13 @@
|
||||||
{
|
{
|
||||||
"port": 4000,
|
"port": 4000,
|
||||||
"url": "https://misskey.tools",
|
"url": "https://misskey.tools",
|
||||||
|
"uaExtra": "",
|
||||||
"db": {
|
"db": {
|
||||||
"host": "localhost",
|
"host": "localhost",
|
||||||
"port": 5432,
|
"port": 5432,
|
||||||
"user": "user",
|
"user": "user",
|
||||||
"pass": "pass",
|
"pass": "pass",
|
||||||
"db": "misshaialert",
|
"db": "tools",
|
||||||
"extra": {}
|
"extra": {}
|
||||||
},
|
},
|
||||||
"admin": {
|
"admin": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue