Skip to content

Commit

Permalink
update new variable names inside cms configuration template
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledk2 committed Mar 14, 2024
1 parent f2e4431 commit e54cef5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/config.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ omero:
omero.server:
omero.data.dir: "{{ omero_data_dir }}"
omero.db.host: "{{ omero_ms_image_region_db_url }}"
omero.db.name: "{{ db_name }}"
omero.db.port: "{{ db_port }}"
omero.db.user: "{{ db_user_name }}"
omero.db.pass: "{{ db_pass }}"
omero.db.name: "{{ omero_ms_image_region_db_name }}"
omero.db.port: "{{ omero_ms_image_region_db_port }}"
omero.db.user: "{{ omero_ms_image_region_db_username }}"
omero.db.pass: "{{ omero_ms_image_region_db_pass }}"
# OMERO_HOME/lib/scripts
omero.script_repo_root: "{{ omero_script_repo_root }}"
omero.pixeldata.max_tile_length: "2048"
Expand Down

0 comments on commit e54cef5

Please sign in to comment.