10 lines
262 B
Bash
10 lines
262 B
Bash
# Copy to .env.local and supply local credentials. Never commit .env.local.
|
|
LEXGO_DB_HOST=127.0.0.1
|
|
LEXGO_DB_PORT=3308
|
|
LEXGO_DB_NAME=lexgo_dev
|
|
LEXGO_DB_USER=
|
|
LEXGO_DB_PASSWORD=
|
|
LEXGO_BOOTSTRAP_USERNAME=admin
|
|
LEXGO_BOOTSTRAP_PASSWORD=
|
|
LEXGO_LISTEN=127.0.0.1:8000
|