fix: disable solidtime registration
All checks were successful
Infrastructure / Check and run Ansbile playbooks (push) Successful in 2m18s

This commit is contained in:
Gleb Koval 2025-02-16 00:55:25 +00:00
parent d14056d11c
commit 88e10984e7
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
2 changed files with 0 additions and 2 deletions

View File

@ -52,7 +52,6 @@
regexp: "DB_PASSWORD_VALUE" regexp: "DB_PASSWORD_VALUE"
replace: "{{ lookup('infisical.vault.read_secrets', project_id=infisical_project, env_slug='prod', replace: "{{ lookup('infisical.vault.read_secrets', project_id=infisical_project, env_slug='prod',
path='/solidtime', secret_name='DB_PASSWORD')['value'] }}" path='/solidtime', secret_name='DB_PASSWORD')['value'] }}"
- name: Replace DB Password secret (db) - name: Replace DB Password secret (db)
ansible.builtin.replace: ansible.builtin.replace:
path: "$HOME/{{ app }}/.env" path: "$HOME/{{ app }}/.env"

View File

@ -4,7 +4,6 @@ APP_ENV="production"
APP_DEBUG="false" APP_DEBUG="false"
APP_URL="https://solidtime.koval.net" APP_URL="https://solidtime.koval.net"
APP_FORCE_HTTPS="true" APP_FORCE_HTTPS="true"
APP_ENABLE_REGISTRATION="false"
TRUSTED_PROXIES="10.4.0.1/32" TRUSTED_PROXIES="10.4.0.1/32"
# Authentication # Authentication