fix: disable solidtime registration
All checks were successful
Infrastructure / Check and run Ansbile playbooks (push) Successful in 2m18s
All checks were successful
Infrastructure / Check and run Ansbile playbooks (push) Successful in 2m18s
This commit is contained in:
parent
d14056d11c
commit
88e10984e7
@ -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"
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user