Skip to content

Commit

Permalink
Try to comment out the signup
Browse files Browse the repository at this point in the history
  • Loading branch information
pwalczysko committed Nov 14, 2024
1 parent 0a4c057 commit 3a32221
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions omero/ome-demoserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,18 +166,18 @@
notify:
- restart omero-web

- name: OMERO.web config for signup app
become: true
template:
src: templates/omero-web-config-signup.j2
dest: "{{ omero_web_basedir }}/config/omero-web-config-signup.omero"
# Contains sensitive info
owner: "root"
group: "omero-web"
mode: "0640"
notify:
- restart omero-web
no_log: true
# - name: OMERO.web config for signup app
# become: true
# template:
# src: templates/omero-web-config-signup.j2
# dest: "{{ omero_web_basedir }}/config/omero-web-config-signup.omero"
# # Contains sensitive info
# owner: "root"
# group: "omero-web"
# mode: "0640"
# notify:
# - restart omero-web
# no_log: true

- name: PostgreSQL Nightly Backups | Remove old cron job
become: true
Expand Down

0 comments on commit 3a32221

Please sign in to comment.