forked from p2p-lanes/EdgeOS_API
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
27 lines (22 loc) · 754 Bytes
/
Copy path.env.example
File metadata and controls
27 lines (22 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
ENVIRONMENT=develop # Or testing, production
DB_USERNAME=myuser
DB_PASSWORD=secret
DB_HOST=postgres # Should match the service name in docker-compose.yml
DB_PORT=5432
DB_NAME=edgeos_db
NOCO_DB_NAME=noco_db
BACKEND_URL=http://localhost:8000
FRONTEND_URL=http://localhost:3000
NOCODB_URL=...
NOCODB_TOKEN=...
NOCODB_WEBHOOK_SECRET=...
# ⚠️ Each of these keys should be a strong, unique, randomly generated string
SECRET_KEY=change_me_generate_random_key_1
COUPON_API_KEY=change_me_generate_random_key_2
ATTENDEES_API_KEY=change_me_generate_random_key_3
GROUPS_API_KEY=change_me_generate_random_key_4
POSTMARK_API_TOKEN=your_postmark_api_token
EMAIL_FROM_ADDRESS=...
EMAIL_FROM_NAME=...
EMAIL_REPLY_TO=...
SIMPLEFI_API_URL=https://api.simplefi.tech