mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 23:51:01 -07:00
Merge pull request 'fix docker env defaults' (#9128) from PikaDude/calckey:develop into develop
Reviewed-on: https://codeberg.org/thatonecalculator/calckey/pulls/9128
This commit is contained in:
commit
d6bb2d6ac1
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
# db settings
|
# db settings
|
||||||
POSTGRES_PASSWORD=example-misskey-pass
|
POSTGRES_PASSWORD=example-calckey-pass
|
||||||
POSTGRES_USER=example-misskey-user
|
POSTGRES_USER=example-calckey-user
|
||||||
POSTGRES_DB=misskey
|
POSTGRES_DB=calckey
|
||||||
|
|
Loading…
Reference in a new issue