Use syuilo instead of admin

This commit is contained in:
Acid Chicken (硫酸鶏) 2019-07-02 00:28:16 +09:00
parent 31a3c4b272
commit d6a4cc872c
No known key found for this signature in database
GPG key ID: 5388F56C75B677A1
7 changed files with 8 additions and 8 deletions

View file

@ -7,7 +7,7 @@ executors:
- image: misskey/ci:v11-node12
- image: circleci/postgres:latest
environment:
POSTGRES_USER: admin
POSTGRES_USER: syuilo
POSTGRES_DB: test-misskey
- image: circleci/redis:latest
v11-node11:
@ -16,7 +16,7 @@ executors:
- image: misskey/ci:v11-node11
- image: circleci/postgres:latest
environment:
POSTGRES_USER: admin
POSTGRES_USER: syuilo
POSTGRES_DB: test-misskey
- image: circleci/redis:latest
v10-node11:

View file

@ -4,7 +4,7 @@ mongodb:
host: localhost
port: 27017
db: test-misskey
user: admin
user: syuilo
pass: ''
drive:
storage: 'db'

View file

@ -4,7 +4,7 @@ mongodb:
host: localhost
port: 27017
db: test-misskey
user: admin
user: syuilo
pass: ''
drive:
storage: 'db'

View file

@ -4,7 +4,7 @@ mongodb:
host: localhost
port: 27017
db: test-misskey
user: admin
user: syuilo
pass: ''
# __REDIS__
redis:

View file

@ -4,7 +4,7 @@ mongodb:
host: localhost
port: 27017
db: test-misskey
user: admin
user: syuilo
pass: ''
drive:
storage: 'db'

View file

@ -4,7 +4,7 @@ db:
host: localhost
port: 5432
db: test-misskey
user: admin
user: syuilo
pass: ''
redis:
host: localhost

View file

@ -4,7 +4,7 @@ db:
host: localhost
port: 5432
db: test-misskey
user: admin
user: syuilo
pass: ''
redis:
host: localhost