diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-10-28 01:34:31 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-10-28 01:34:31 +0900 |
| commit | 877bd52ed7820bef49aecfcbe6cad40afd07d43d (patch) | |
| tree | 6746421ee73e1103aa1ec599158d3e04330191d9 /test | |
| parent | remove circleci configuration (diff) | |
| download | sharkey-877bd52ed7820bef49aecfcbe6cad40afd07d43d.tar.gz sharkey-877bd52ed7820bef49aecfcbe6cad40afd07d43d.tar.bz2 sharkey-877bd52ed7820bef49aecfcbe6cad40afd07d43d.zip | |
Update test.yml
Diffstat (limited to 'test')
| -rw-r--r-- | test/test.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test.yml b/test/test.yml index ae18a841bd..2d3094653e 100644 --- a/test/test.yml +++ b/test/test.yml @@ -1,12 +1,12 @@ url: 'http://misskey.local' -port: 8080 +port: 61812 db: host: localhost - port: 5432 + port: 54312 db: test-misskey user: postgres pass: '' redis: host: localhost - port: 6379 + port: 56312 id: aid |