We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e609c4c commit 1097382Copy full SHA for 1097382
2 files changed
group_vars/galaxyservers.yml
@@ -129,7 +129,7 @@ galaxy_config:
129
cleanup_job: onsuccess
130
smtp_server: "{{ csnt_smtp_server }}"
131
error_email_to: "{{ csnt_contact_email }}"
132
- allow_user_creation: false
+ disable_local_accounts: true
133
require_login: "{{ csnt_require_login }}"
134
database_connection: "postgresql:///{{ galaxy_db_name }}?host=/var/run/postgresql"
135
file_path: "{{ galaxy_mutable_data_dir }}/datasets"
host_vars/usegalaxy.cz/vars.yml
@@ -7,7 +7,7 @@ rbd_mount_point: /rbd
7
rbd_data_dir: "{{ rbd_mount_point }}/data"
8
galaxy_mutable_data_dir: "{{ rbd_data_dir }}"
9
10
-galaxy_commit_id: release_25.0
+galaxy_commit_id: release_25.1
11
galaxy_build_client: false
12
13
csnt_log_level: DEBUG
0 commit comments