ENVIRONMENT="develop"

DB_HOST="localhost"
DB_NAME="example"
DB_USER="root"
DB_PASSWORD="1234"

JWT_SECRET="abc123"
JWT_EXPIRE=300
