dev_arc_aws/backend/.env.example

11 lines
479 B
Text
Raw Permalink 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!!
# Where guacd is reachable. In docker-compose this is the "guacd" service name;
# for local dev run guacd separately and point these at it (default 127.0.0.1:4822).
ARCHNEST_GUACD_HOST=127.0.0.1
ARCHNEST_GUACD_PORT=4822