18 lines
314 B
Plaintext
18 lines
314 B
Plaintext
HTTP_LISTEN_ADDR=127.0.0.1:8080
|
|
GRPC_LISTEN_ADDR=
|
|
|
|
DB_DSN=root:Qwerty123...@localhost:5432/dbname?sslmode=disable
|
|
REDIS_ADDR=
|
|
REDIS_PASS=
|
|
|
|
JWKS_URL=https://auth.leaflow.cn/realms/Ecosystem/protocol/openid-connect/certs
|
|
|
|
S3_ENDPOINT=
|
|
S3_ACCESS_KEY_ID=
|
|
S3_SECRET_ACCESS_KEY=
|
|
S3_BUCKET=
|
|
S3_USE_SSL=true
|
|
|
|
DEBUG=false
|
|
|