Functional deployment
This commit is contained in:
parent
42dcd5f8ea
commit
410e87d127
@ -44,6 +44,7 @@
|
||||
activeRecordEncryptionKeyDerivationSalt: "{{ mastodon_active_record_encryption_key_derivation_salt }}"
|
||||
activeRecordEncryptionPrimaryKey: "{{ mastodon_active_record_encryption_primary_key }}"
|
||||
useSecureWebSocket: true
|
||||
s3AliasHost: minio.eom.dev/mastodon
|
||||
extraConfig:
|
||||
LDAP_ENABLED: "true"
|
||||
LDAP_HOST: openldap.openldap.svc.cluster.local
|
||||
@ -64,8 +65,6 @@
|
||||
OIDC_CLIENT_ID: "{{ mastodon_google_oidc_client_id }}"
|
||||
OIDC_CLIENT_SECRET: "{{ mastodon_google_oidc_client_secret }}"
|
||||
OIDC_REDIRECT_URI: https://mastodon.eom.dev/auth/auth/openid_connect/callback
|
||||
S3_HOSTNAME: minio.eom.dev
|
||||
S3_BUCKET: mastodon
|
||||
AWS_ACCESS_KEY_ID: "{{ mastodon_minio_access_key }}"
|
||||
AWS_SECRET_ACCESS_KEY: "{{ mastodon_minio_secret_key }}"
|
||||
localDomain: mastodon.eom.dev
|
||||
|
Loading…
Reference in New Issue
Block a user