15 lines
387 B
Plaintext
15 lines
387 B
Plaintext
# SimpleNote Web - Development Environment
|
|
|
|
# Server
|
|
PORT=3000
|
|
NODE_ENV=development
|
|
|
|
# Auth - generate with: node -e "console.log(require('crypto').randomBytes(32).toString('hex'))"
|
|
ADMIN_TOKEN=4f7f6b4326aa2192e7fc1d1df6ba15bb9c43c55d2065f3573c613946e82b3f72
|
|
|
|
# Data
|
|
DATA_ROOT=./data
|
|
|
|
# CORS (comma-separated origins or * for all)
|
|
CORS_ORIGIN=http://localhost:5173,http://localhost:3000
|