Files
simplenote-web/.env.production

15 lines
253 B
Plaintext

# SimpleNote Web - Production Environment
# Server
PORT=3000
NODE_ENV=production
# Auth
ADMIN_TOKEN=4f7f6b4326aa2192e7fc1d1df6ba15bb9c43c55d2065f3573c613946e82b3f72
# Data
DATA_ROOT=./data
# CORS (comma-separated origins or * for all)
CORS_ORIGIN=*