This repository has been archived on 2025-01-27. You can view files and clone it, but cannot push or open issues or pull requests.
puyoskey-rose/.config/docker_example.env
2024-08-01 23:39:36 +09:00

11 lines
353 B
Bash

# rosekey settings
# ROSEKEY_URL=https://example.tld/
# db settings
POSTGRES_PASSWORD=example-rosekey-pass
# DATABASE_PASSWORD=${POSTGRES_PASSWORD}
POSTGRES_USER=example-rosekey-user
# DATABASE_USER=${POSTGRES_USER}
POSTGRES_DB=rosekey
# DATABASE_DB=${POSTGRES_DB}
DATABASE_URL="postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@db:5432/${POSTGRES_DB}"