Files
databases/.env.example

9 lines
146 B
Plaintext

### Setup ###
REGISTRY_URL=''
### Postgres ###
POSTGRES_USER='postgres'
POSTGRES_PASSWORD='postgres'
POSTGRES_DB='postgres'
POSTGRES_PORT='5432'