14 lines
300 B
Plaintext
14 lines
300 B
Plaintext
# Database
|
|
DATABASE_URL="mysql://user:pass@localhost:3306/reloop_v2"
|
|
|
|
# JWT
|
|
JWT_SECRET="change-me-to-a-long-random-string-32-chars-min"
|
|
JWT_EXPIRES_IN="7d"
|
|
|
|
# CORS (comma-separated origins)
|
|
CORS_ORIGINS="http://localhost:3000,https://reloop.nabomhalang.co.kr"
|
|
|
|
# Node
|
|
NODE_ENV="production"
|
|
PORT=4000
|