15 lines
212 B
Plaintext
15 lines
212 B
Plaintext
# SimpleNote Web - Production Environment
|
|
|
|
# Server
|
|
PORT=3000
|
|
NODE_ENV=production
|
|
|
|
# Auth
|
|
ADMIN_TOKEN=change-me-in-production
|
|
|
|
# Data
|
|
DATA_ROOT=./data
|
|
|
|
# CORS (comma-separated origins or * for all)
|
|
CORS_ORIGIN=*
|