dev_arc_aws/backend/.env.example

7 lines
259 B
Text
Raw Normal View History

PORT=4000
ARCHNEST_DB_PATH=./data/archnest.db
ARCHNEST_JWT_SECRET=change-me-to-a-long-random-string
ARCHNEST_SECRET_KEY=change-me-to-another-long-random-string
ARCHNEST_CORS_ORIGIN=http://localhost:5173
ARCHNEST_GUAC_CRYPT_KEY=change-me-to-a-32-byte-secret!!