-
-
Notifications
You must be signed in to change notification settings - Fork 92
/
.env-template
31 lines (28 loc) · 1.17 KB
/
.env-template
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
# Database config, support `postgres:` and `sqlite:` protocol
#DATABASE_URL=postgresql://user:password@ip:port/database
#DATABASE_URL=mysql://user:password@ip:port/database
DATABASE_URL =
#GOOGLE_ENDPOINT =
#GOOGLE_ENDPOINT_PASSWORD =
#JWST_DEV = 1
# JWT access token expire seconds, if set 0, access token will expire immediately
JWT_ACCESS_TOKEN_EXPIRES_IN=
# JWT refresh token expire day, if set 0, refresh token will expire immediately
JWT_REFRESH_TOKEN_EXPIRES_IN=
MAIL_ACCOUNT =
MAIL_PASSWORD =
FIREBASE_PROJECT_ID =
# JWT secret key, used to encrypt JWT token
#SIGN_KEY=123456
SIGN_KEY =
#USE_MEMORY_SQLITE = true
#AFFINE_CLOUD_LOG=debug,mio=off,hyper=off,rustls=off,tantivy=off,sqlx::query=off,jwst_rpc=trace,jwst_rpc::context=off,affine_cloud=trace
#AFFINE_CLOUD_LOG=tower_http=debug,jwst_rpc=trace,jwst_rpc::context=off,affine_cloud=trace
#KECK_LOG=debug,mio=off,hyper=off,rustls=off,tantivy=off,sqlx::query=off,jwst_rpc=trace,jwst_rpc::context=off,keck=trace
#ENABLE_BUCKET_STORAGE = true
# For Bucket storage, BUCKET_ACCESS_TOKEN, BUCKET_SECRET_TOKEN, BUCKET_ENDPOINT are necessary
#BUCKET_ACCESS_TOKEN=
#BUCKET_SECRET_TOKEN=
#BUCKET_ENDPOINT=
#BUCKET_NAME=
#BUCKET_ROOT=