init
This commit is contained in:
8
.env.example
Normal file
8
.env.example
Normal file
@@ -0,0 +1,8 @@
|
||||
# Backend Configuration
|
||||
PORT=3000
|
||||
ADMIN_TOKEN=your_secure_random_token_here
|
||||
DATA_DIR=/app/data
|
||||
|
||||
# Frontend Configuration
|
||||
# URL of the backend API accessible from the frontend container
|
||||
PUBLIC_API_URL=http://backend:3000
|
||||
Reference in New Issue
Block a user