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/discourse/discourse-openid-connect
|
||||||
- https://github.com/jonmbake/discourse-ldap-auth
|
- https://github.com/jonmbake/discourse-ldap-auth
|
||||||
persistPlugins: false
|
persistPlugins: false
|
||||||
compatiblePlugins: false
|
compatiblePlugins: true
|
||||||
resourcesPreset: none
|
resourcesPreset: none
|
||||||
persistence:
|
persistence:
|
||||||
size: 2Ti
|
size: 2Ti
|
||||||
@ -41,13 +41,11 @@
|
|||||||
enabled: true
|
enabled: true
|
||||||
auth:
|
auth:
|
||||||
enablePostgresUser: true
|
enablePostgresUser: true
|
||||||
postgresPassword: bitnami
|
postgresPassword: "{{ discourse_admin_password }}"
|
||||||
username: bn_discourse
|
username: discourse
|
||||||
password: "{{ discourse_admin_password }}"
|
password: "{{ discourse_admin_password }}"
|
||||||
database: bitnami_application
|
database: discourse
|
||||||
architecture: standalone
|
|
||||||
primary:
|
primary:
|
||||||
resourcesPreset: "nano"
|
|
||||||
persistence:
|
persistence:
|
||||||
size: 2Ti
|
size: 2Ti
|
||||||
redis:
|
redis:
|
||||||
|
Loading…
Reference in New Issue
Block a user