feat:添加certd到列表
This commit is contained in:
15
apps/certd/latest-postgres/.env.sample
Normal file
15
apps/certd/latest-postgres/.env.sample
Normal file
@@ -0,0 +1,15 @@
|
||||
CONTAINER_NAME="certd"
|
||||
DATA_PATH="./data"
|
||||
DNS_1="223.5.5.5"
|
||||
DNS_2="119.29.29.29"
|
||||
HTTPS_PROXY=""
|
||||
HTTP_PROXY=""
|
||||
IMMEDIATE_TRIGGER="false"
|
||||
PANEL_APP_PORT_HTTP=40311
|
||||
PANEL_DB_HOST="postgresql"
|
||||
PANEL_DB_NAME="certd"
|
||||
PANEL_DB_PORT=5432
|
||||
PANEL_DB_USER="certd"
|
||||
PANEL_DB_USER_PASSWORD="certd"
|
||||
RESET_ADMIN_PASSWD="false"
|
||||
TIME_ZONE="Asia/Shanghai"
|
||||
Reference in New Issue
Block a user