15 lines
361 B
Text
15 lines
361 B
Text
|
|
# LocalSpot Environment Configuration
|
||
|
|
# Copy this file to .env and update the values
|
||
|
|
|
||
|
|
# Required: Generate with `mix phx.gen.secret`
|
||
|
|
SECRET_KEY_BASE=
|
||
|
|
|
||
|
|
# Database configuration
|
||
|
|
DATABASE_URL=postgres://postgres:postgres@db:5432/localspot
|
||
|
|
POSTGRES_USER=postgres
|
||
|
|
POSTGRES_PASSWORD=postgres
|
||
|
|
POSTGRES_DB=localspot
|
||
|
|
|
||
|
|
# Application host (your domain)
|
||
|
|
PHX_HOST=localhost
|