Compare commits

..

No commits in common. "53046bb85fd99a5bd23663f9945a2fb0c796a0aa" and "14e72b2a5c9da64e49273c73769f8c8a7862cbaa" have entirely different histories.

3 changed files with 4 additions and 5 deletions

View file

@ -43,9 +43,9 @@
env: env:
CMD_DB_URL: "postgres://codimd:{{ postgres_passwords.codimd }}@codimd_db:5432/codimd" CMD_DB_URL: "postgres://codimd:{{ postgres_passwords.codimd }}@codimd_db:5432/codimd"
CMD_ALLOW_EMAIL_REGISTER: "False" CMD_ALLOW_EMAIL_REGISTER: False
CMD_IMAGE_UPLOAD_TYPE: "filesystem" CMD_IMAGE_UPLOAD_TYPE: "filesystem"
CMD_EMAIL: "False" CMD_EMAIL: False
CMD_LDAP_URL: "ldap://openldap" CMD_LDAP_URL: "ldap://openldap"
CMD_LDAP_BINDDN: "cn=admin,dc=data,dc=coop" CMD_LDAP_BINDDN: "cn=admin,dc=data,dc=coop"
CMD_LDAP_BINDCREDENTIALS: "{{ ldap_admin_password }}" CMD_LDAP_BINDCREDENTIALS: "{{ ldap_admin_password }}"

View file

@ -32,8 +32,8 @@
- name: external_services - name: external_services
- name: postfix - name: postfix
env: env:
GO_ENV: "production" GO_ENV: production
DATABASE_URL: "postgres://fider:{{ postgres_passwords.fider }}@fider_db:5432/fider?sslmode=disable" DATABASE_URL: postgres://fider:{{ postgres_passwords.fider }}@fider_db:5432/fider?sslmode=disable
JWT_SECRET: "{{ fider_jwt_secret }}" JWT_SECRET: "{{ fider_jwt_secret }}"
EMAIL_NOREPLY: noreply@{{ fider.domain }} EMAIL_NOREPLY: noreply@{{ fider.domain }}

View file

@ -6,4 +6,3 @@
packages: packages:
- aptitude - aptitude
- python3-pip - python3-pip
- apparmor