feat: add Docker configuration for deployment
This commit is contained in:
14
.env.production
Normal file
14
.env.production
Normal file
@@ -0,0 +1,14 @@
|
||||
# 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=*
|
||||
Reference in New Issue
Block a user