18 lines
385 B
Plaintext
18 lines
385 B
Plaintext
# 本地minio
|
|
MINIO_ENDPOINT=minio.xiongxiao.me
|
|
MINIO_PORT=443
|
|
MINIO_BUCKET_NAME=resources
|
|
MINIO_USE_SSL=true
|
|
MINIO_ACCESS_KEY=Ih6eEI2IJhvZDbVeqFGh
|
|
MINIO_SECRET_KEY=8Zc6aon0bjHnJ8wknj8REeNEVaZYj1KjmSMUAwsp
|
|
|
|
# 本地postgres
|
|
POSTGRES_HOST=light.xiongxiao.me
|
|
POSTGRES_PORT=5432
|
|
POSTGRES_USER=root
|
|
POSTGRES_PASSWORD=abearxiong
|
|
POSTGRES_DB=xpostgres
|
|
|
|
# 域名
|
|
DOMAIN=xiongxiao.me
|
|
PORT=4006 |