diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-10-28 01:24:55 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-10-28 01:24:55 +0900 |
| commit | d964c5f27f0aa37f0d5703b1bda928da699111c6 (patch) | |
| tree | 4439b3123a87f6a9687804910ede8e688d8ef1d5 /test | |
| parent | Improve CI (diff) | |
| download | sharkey-d964c5f27f0aa37f0d5703b1bda928da699111c6.tar.gz sharkey-d964c5f27f0aa37f0d5703b1bda928da699111c6.tar.bz2 sharkey-d964c5f27f0aa37f0d5703b1bda928da699111c6.zip | |
remove circleci configuration
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 2d3094653e..ae18a841bd 100644 --- a/test/test.yml +++ b/test/test.yml @@ -1,12 +1,12 @@ url: 'http://misskey.local' -port: 61812 +port: 8080 db: host: localhost - port: 54312 + port: 5432 db: test-misskey user: postgres pass: '' redis: host: localhost - port: 56312 + port: 6379 id: aid |