mirror of https://github.com/certd/certd
chore: 1
parent
622215715f
commit
c87c9af12e
|
|
@ -48,7 +48,7 @@ services:
|
||||||
# #↓↓↓↓ ----------------------------- 如果忘记管理员密码,可以设置为true,docker compose up -d 重建容器之后,管理员密码将改成123456,然后请及时修改回false
|
# #↓↓↓↓ ----------------------------- 如果忘记管理员密码,可以设置为true,docker compose up -d 重建容器之后,管理员密码将改成123456,然后请及时修改回false
|
||||||
- certd_system_resetAdminPasswd=false
|
- certd_system_resetAdminPasswd=false
|
||||||
# ↓↓↓ 如果启动时报address family not supported错误,将此配置修改为0.0.0.0
|
# ↓↓↓ 如果启动时报address family not supported错误,将此配置修改为0.0.0.0
|
||||||
# - certd_koa_hostname=::
|
- certd_koa_hostname=0.0.0.0
|
||||||
|
|
||||||
# 默认使用sqlite文件数据库,如果需要使用其他数据库,请设置以下环境变量
|
# 默认使用sqlite文件数据库,如果需要使用其他数据库,请设置以下环境变量
|
||||||
# 注意: 选定使用一种数据库之后,不支持更换数据库。
|
# 注意: 选定使用一种数据库之后,不支持更换数据库。
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ const development = {
|
||||||
},
|
},
|
||||||
keys: 'certd',
|
keys: 'certd',
|
||||||
koa: {
|
koa: {
|
||||||
hostname:"::",
|
hostname:"0.0.0.0",
|
||||||
port: 7001,
|
port: 7001,
|
||||||
},
|
},
|
||||||
https: {
|
https: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue