# Note that Docker ENV variables will override variables in these .env files
# Also note that you should use Docker ENV variables for sensitive information
# (because .env files are often committed to source control)


# NEVER USE THIS IN PRODUCTION:
NODE_ENV=production
PORT=3000

DB_HOST=localhost
DB_USER=drgnwiz_project_x_user
DB_PASSWORD=0T1*ubeX7o,@$+i.
DB_NAME=drgnwiz_project_x
DB_PORT=3306
DB_WAIT_FOR_CONNECTION=true
DB_ALLOW_MULTIPLE_STATEMENTS=false

# CHANGE THIS IN PRODUCTION:
JWT_SECRET = R@ndom!Str1ng
JWT_EXPIRES_IN = 60m