First merge from develop to main (WIP) #7
@@ -4,21 +4,25 @@ server:
|
|||||||
external_url: https://example.com
|
external_url: https://example.com
|
||||||
debug_mode: false
|
debug_mode: false
|
||||||
log_level: debug
|
log_level: debug
|
||||||
|
service_name: nixcn-cms-backend
|
||||||
database:
|
database:
|
||||||
type: postgres
|
type: postgres
|
||||||
host: 127.0.0.1
|
host: 127.0.0.1
|
||||||
name: postgres
|
name: postgres
|
||||||
username: postgres
|
username: postgres
|
||||||
password: postgres
|
password: postgres
|
||||||
|
service_name: nixcn-cms-postgres
|
||||||
cache:
|
cache:
|
||||||
hosts: ["127.0.0.1:6379"]
|
hosts: ["127.0.0.1:6379"]
|
||||||
master: ""
|
master: ""
|
||||||
username: ""
|
username: ""
|
||||||
password: ""
|
password: ""
|
||||||
db: 0
|
db: 0
|
||||||
|
service_name: nixcn-cms-redis
|
||||||
search:
|
search:
|
||||||
host: 127.0.0.1
|
host: 127.0.0.1
|
||||||
api_key: ""
|
api_key: ""
|
||||||
|
service_name: nixcn-cms-meilisearch
|
||||||
email:
|
email:
|
||||||
host:
|
host:
|
||||||
port:
|
port:
|
||||||
|
|||||||
Reference in New Issue
Block a user