Adding automatisch
This commit is contained in:
@@ -126,6 +126,17 @@ forgejo_admin_password: "changeme_forgejo_admin"
|
||||
forgejo_admin_email: "admin@{{ base_domain }}"
|
||||
forgejo_ssh_port: 2222
|
||||
|
||||
# Automatisch
|
||||
automatisch_domain: "automate.{{ base_domain }}"
|
||||
automatisch_version: "latest"
|
||||
automatisch_db_password: "changeme_automatisch_db"
|
||||
# Generate each with: openssl rand -base64 36
|
||||
# WARNING: these keys encrypt stored credentials — changing them after first
|
||||
# deployment will break all existing integrations.
|
||||
automatisch_encryption_key: "changeme_automatisch_encryption_key_base64_36"
|
||||
automatisch_webhook_secret_key: "changeme_automatisch_webhook_secret_base64_36"
|
||||
automatisch_app_secret_key: "changeme_automatisch_app_secret_base64_36"
|
||||
|
||||
# Twenty CRM
|
||||
twenty_domain: "crm.{{ base_domain }}"
|
||||
twenty_version: "latest"
|
||||
|
||||
Reference in New Issue
Block a user