mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-23 14:35:14 +00:00
6 lines
115 B
Bash
6 lines
115 B
Bash
|
# db settings
|
||
|
POSTGRES_PASSWORD="example-misskey-pass"
|
||
|
POSTGRES_USER="example-misskey-user"
|
||
|
POSTGRES_DB="misskey"
|
||
|
|