-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.local.example
More file actions
23 lines (21 loc) · 805 Bytes
/
Copy path.env.local.example
File metadata and controls
23 lines (21 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DATABASE_URL="postgresql://postgres:postgres@127.0.0.1:5432/stackray"
BETTER_AUTH_SECRET="stackray-local-dev-secret-change-before-shared-use"
BETTER_AUTH_URL="http://localhost:3000"
# Comma-separated trusted hosts for Railway/custom domains, e.g. stackray.example.com,www.stackray.example.com
STACKRAY_ALLOWED_HOSTS=""
STACKRAY_ENABLE_DEV_ACTOR="true"
STACKRAY_ENABLE_DEMO="false"
STACKRAY_DEMO_DAILY_SCAN_LIMIT="10"
STACKRAY_ANALYTICS_SCRIPT_URL=""
STACKRAY_ALLOWED_DEV_ORIGINS=""
STACKRAY_RELEASE_REPOSITORY=""
STACKRAY_GITHUB_TOKEN=""
AWS_ACCESS_KEY_ID="minioadmin"
AWS_SECRET_ACCESS_KEY="minioadmin"
AWS_DEFAULT_REGION="us-east-1"
AWS_ENDPOINT_URL="http://127.0.0.1:9000"
AWS_S3_BUCKET_NAME="stackray-dev"
AWS_S3_FORCE_PATH_STYLE="true"
RESEND_API_KEY=""
RESEND_FROM_EMAIL=""
AUTH_REPLY_TO_EMAIL=""