6 lines
203 B
Text
6 lines
203 B
Text
|
|
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
|