mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-08-10 15:51:11 +02:00
12 lines
263 B
Text
12 lines
263 B
Text
# .env is only used in non-production environments,
|
|
# but it is useful to indicate what environment variables should be set on the server
|
|
APP_DOMAIN=lexiconga.com
|
|
APP_PORT=8080
|
|
|
|
JWT_SECRET=
|
|
|
|
MYSQL_HOST=
|
|
MYSQL_PORT=
|
|
MYSQL_DATABASE=
|
|
MYSQL_USERNAME=
|
|
MYSQL_PASSWORD=
|