example test config
This commit is contained in:
parent
b4e8e78172
commit
b47b25871d
3 changed files with 19 additions and 1 deletions
17
.config/test-example.yml
Normal file
17
.config/test-example.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
url: 'http://misskey.local'
|
||||
|
||||
setupPassword: example_password_please_change_this_or_you_will_get_hacked
|
||||
|
||||
# ローカルでテストするときにポートを被らないようにするためデフォルトのものとは変える(以下同じ)
|
||||
port: 61812
|
||||
|
||||
db:
|
||||
host: 127.0.0.1
|
||||
port: 5432
|
||||
db: test-misskey
|
||||
user: postgres
|
||||
pass: ''
|
||||
redis:
|
||||
host: 127.0.0.1
|
||||
port: 6379
|
||||
id: aidx
|
||||
Loading…
Add table
Add a link
Reference in a new issue