Discourse database
This commit is contained in:
parent
a2c4f5977c
commit
99b3eae130
@ -26,7 +26,7 @@
|
||||
- https://github.com/discourse/discourse-openid-connect
|
||||
- https://github.com/jonmbake/discourse-ldap-auth
|
||||
persistPlugins: false
|
||||
compatiblePlugins: false
|
||||
compatiblePlugins: true
|
||||
resourcesPreset: none
|
||||
persistence:
|
||||
size: 2Ti
|
||||
@ -41,13 +41,11 @@
|
||||
enabled: true
|
||||
auth:
|
||||
enablePostgresUser: true
|
||||
postgresPassword: bitnami
|
||||
username: bn_discourse
|
||||
postgresPassword: "{{ discourse_admin_password }}"
|
||||
username: discourse
|
||||
password: "{{ discourse_admin_password }}"
|
||||
database: bitnami_application
|
||||
architecture: standalone
|
||||
database: discourse
|
||||
primary:
|
||||
resourcesPreset: "nano"
|
||||
persistence:
|
||||
size: 2Ti
|
||||
redis:
|
||||
|
Loading…
Reference in New Issue
Block a user