mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 04:33:11 +03:00
Поменял хост на корректный
This commit is contained in:
parent
46b3205e4f
commit
20cefebc0d
1 changed files with 2 additions and 2 deletions
|
@ -8,9 +8,9 @@ database: # Postgresql database data, for connection
|
|||
name: 'DATABASE_NAME'
|
||||
port: 5432
|
||||
server:
|
||||
host: 'localhost'
|
||||
host: '0.0.0.0'
|
||||
ssl:
|
||||
private_key: '/CertSSL/private.key' # The path to the private SSL key file (String)
|
||||
private_key: '/CertSSL/privkey.pem' # The path to the private SSL key file (String)
|
||||
cert: '/CertSSL/fullchain.pem' # The path to the SSL certificate (String)
|
||||
work: true # Enable or disable SSL support [Boolean]
|
||||
log:
|
||||
|
|
Loading…
Add table
Reference in a new issue