Ignore:
Timestamp:
2024-01-16T22:34:45+13:00 (4 months ago)
Author:
davidb
Message:

external context and servlet now default back to internal version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/ansible-playbooks/vars/default-core.yml

    r38565 r38566  
    4444
    4545gsdl3servlet_external: {
    46   protocol: "http",
    47   #protocol: "https",
     46  #protocol: "http",
     47  protocol: "https",
    4848  #domain:   "<mygreenstone-dl>.<mydomain.org>",
    4949  domain:   "ansible-test.sowemustthink.space",
    50   #port:     "80",  # only need to set this if using 'http'  and *not* using '80'
     50  ##port:     "80",  # only need to set this if using 'http'  and *not* using '80'
    5151  #port:     "443", # only need to set this if using 'https' and *not* using '443'
    52   context:  "greenstone3",
    53   servlet:  "library"
     52
     53  #
     54  # The following two entries are typically kept the same as their gsdl3servlet_internal counterparts
     55  # This is done automatically in the following line using default()
     56  #
     57  # If you want to set this to a different value, then edit '' to include the desired value
     58  #
     59  context:  "{{ '' | default(gsdl3servlet_internal.context,true) }}",
     60  servlet:  "{{ '' | default(gsdl3servlet_internal.servlet,true) }}",
    5461}
    5562
Note: See TracChangeset for help on using the changeset viewer.