Skip to content
Snippets Groups Projects
Commit dcbc5ba7 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Changed skyreach settings path | refs #32545

parent 490d2385
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,6 @@ It may be linked to a current skyreach bug (a patch is waiting to be deployed at
You can edit the skyreach configuration manual with the following command :
```sh
ansible -i inventories/<client-ha> -m shell -a "sed -i \"s/'PORT': .*/'PORT': '54321'/g\" /home/skyreach/htdocs/skyreach_site/settings_override.py" ms1
ansible -i inventories/<client-ha> -m shell -a "sed -i \"s/'PORT': .*/'PORT': '54321'/g\" /home/skyreach/skyreach_data/private/settings_override.py" ms1
```
and then deploy again as described in the previous section
......@@ -9,7 +9,7 @@
- name: configure email sender address
notify: restart nginx
lineinfile:
path: /home/skyreach/htdocs/skyreach_site/settings_override.py
path: /home/skyreach/skyreach_data/private/settings_override.py
regexp: '^#? ?DEFAULT_FROM_EMAIL.*'
line: "DEFAULT_FROM_EMAIL = '{{ manager_email_sender }}'"
backup: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment