# This .env file is meant for developpement usage, use # .env.production for production NODE_PORT=3000 NODE_ENV=dev NODE_JWT_ISSUER="free-briques" NODE_JWT_SECRET="ec2fbbfed81a2fef0115ed3de701071db6a6234550624f604f14ddf422bb9761" # those values must be the same as in ../docker-compose.dev.yml DB_HOST=localhost DB_NAME=briques_db DB_USER=briques_llm DB_PASSWORD=briques_password_2025