Skip to content

Commit 1097382

Browse files
committed
update GCZ to 25.1
1 parent e609c4c commit 1097382

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

group_vars/galaxyservers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ galaxy_config:
129129
cleanup_job: onsuccess
130130
smtp_server: "{{ csnt_smtp_server }}"
131131
error_email_to: "{{ csnt_contact_email }}"
132-
allow_user_creation: false
132+
disable_local_accounts: true
133133
require_login: "{{ csnt_require_login }}"
134134
database_connection: "postgresql:///{{ galaxy_db_name }}?host=/var/run/postgresql"
135135
file_path: "{{ galaxy_mutable_data_dir }}/datasets"

host_vars/usegalaxy.cz/vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rbd_mount_point: /rbd
77
rbd_data_dir: "{{ rbd_mount_point }}/data"
88
galaxy_mutable_data_dir: "{{ rbd_data_dir }}"
99

10-
galaxy_commit_id: release_25.0
10+
galaxy_commit_id: release_25.1
1111
galaxy_build_client: false
1212

1313
csnt_log_level: DEBUG

0 commit comments

Comments
 (0)