framework_v2/.env.example

18 lines
314 B
Plaintext
Raw Permalink Normal View History

2024-06-16 06:07:26 +00:00
HTTP_LISTEN_ADDR=127.0.0.1:8080
GRPC_LISTEN_ADDR=
2024-06-16 08:25:51 +00:00
DB_DSN=root:Qwerty123...@localhost:5432/dbname?sslmode=disable
2024-06-13 01:16:48 +00:00
REDIS_ADDR=
REDIS_PASS=
2024-06-16 06:07:26 +00:00
2024-06-13 01:16:48 +00:00
JWKS_URL=https://auth.leaflow.cn/realms/Ecosystem/protocol/openid-connect/certs
2024-06-16 06:07:26 +00:00
S3_ENDPOINT=
2024-06-16 06:09:20 +00:00
S3_ACCESS_KEY_ID=
S3_SECRET_ACCESS_KEY=
2024-06-16 06:07:26 +00:00
S3_BUCKET=
2024-06-16 06:09:20 +00:00
S3_USE_SSL=true
2024-06-16 06:07:26 +00:00
2024-06-13 01:16:48 +00:00
DEBUG=false