-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.env.example
44 lines (30 loc) · 852 Bytes
/
.env.example
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# EXAMPLE ENV FORMAT
POSTGRES_PASSWORD=postgres
POSTGRES_DB=app
POSTGRES_USER=postgres
POSTGRES_HOST=db
CELERY_DOMAIN=localhost
CELERY_BROKER_URL=redis://redis
CELERY_RESULT_BACKEND=redis://redis
BACKEND_CONTAINER_URL=backend:8000
DEBUG_URL=http://localhost:9000
DEBUG_CONTAINER_URL=backend:9000
FRONTEND_URL=http://localhost:5173
AWS_CLOUDFRONT_URL=https://dev.document.grail.moe
SECRET_KEY=450d3387e0ef39b9561136a451f05a623a3a98c94126c5a6dbc099cfff025ed4
ALGORITHM=HS256
ACCESS_TOKEN_EXPIRE_MINUTES=1440
# S3 Bucket
AWS_S3_BUCKET_NAME=test-bucket
AWS_ACCESS_KEY=testing
AWS_SECRET_KEY=testing
# Frontend
VITE_APP_API_URL=http://localhost:8000
VITE_APP_AWS_S3_BUCKET_URL=https://holy-grail-bucket.s3.ap-southeast-1.amazonaws.com
# ENVIRONMENT
PRODUCTION=false
# MAILTRAP
MAILTRAP_API_KEY=
MAILTRAP_BEARER_TOKEN=
# LOGFIRE
LOGFIRE_TOKEN=