docs: enterprise refactor plan with ralph specs
This commit is contained in:
12
.env.example
Normal file
12
.env.example
Normal file
@@ -0,0 +1,12 @@
|
||||
ABE_API_KEY=change-me-in-production
|
||||
ABE_CORS_ORIGIN=http://localhost:5173
|
||||
ABE_PORT=3001
|
||||
ABE_DB_PATH=./data/abe.db
|
||||
ABE_REPORTS_DIR=./reports
|
||||
ABE_LOGS_DIR=./logs
|
||||
ABE_MAX_CONCURRENT_SESSIONS=3
|
||||
ABE_SLACK_WEBHOOK_URL=https://hooks.slack.com/services/xxx/yyy/zzz
|
||||
ABE_WEBHOOK_URL=https://myapp.com/webhooks/abe
|
||||
ABE_NOTIFY_MIN_SEVERITY=high
|
||||
ABE_LOG_LEVEL=info
|
||||
NODE_ENV=production
|
||||
Reference in New Issue
Block a user