1
0
Fork 0
mirror of https://github.com/Alamantus/Lexiconga.git synced 2025-07-12 02:15:55 +02:00
Lexiconga/.env.example

6 lines
241 B
Text
Raw Permalink Normal View History

PROJECT_DB_ROOT_PASSWORD=user_password
PROJECT_DB_DATABASE=lexiconga_db_name
PROJECT_DB_USER=lexiconga_db_username
# For local development, it should be fine to share root and regular password
PROJECT_DB_PASSWORD=${PROJECT_DB_ROOT_PASSWORD}