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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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