Initial
This commit is contained in:
7
.env.example
Normal file
7
.env.example
Normal file
@@ -0,0 +1,7 @@
|
||||
MIXEDASSETS_PORT=3000
|
||||
MIXEDASSETS_DATA_DIR=./data
|
||||
MIXEDASSETS_DB_PATH=./data/mixedassets.sqlite
|
||||
MIXEDASSETS_SERVER_FQDN=localhost
|
||||
MIXEDASSETS_CORS_ORIGINS=http://localhost:5173,http://127.0.0.1:5173
|
||||
MIXEDASSETS_JWT_SECRET=replace-with-a-long-random-secret
|
||||
MIXEDASSETS_ADMIN_PASSWORD=ChangeMe123!
|
||||
Reference in New Issue
Block a user