diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-11-08 16:32:02 +0000 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-11-08 16:32:02 +0000 |
| commit | b47b25871d1f64e81daa025f9368c00ef89d55cf (patch) | |
| tree | e1a3f338a8b799c3a66ff4fa6e5f2af1f4a2855e /.config | |
| parent | replace new icons (diff) | |
| download | sharkey-b47b25871d1f64e81daa025f9368c00ef89d55cf.tar.gz sharkey-b47b25871d1f64e81daa025f9368c00ef89d55cf.tar.bz2 sharkey-b47b25871d1f64e81daa025f9368c00ef89d55cf.zip | |
example test config
Diffstat (limited to '.config')
| -rw-r--r-- | .config/test-example.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.config/test-example.yml b/.config/test-example.yml new file mode 100644 index 0000000000..713cbdb0a0 --- /dev/null +++ b/.config/test-example.yml @@ -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 |