ansible-taler-exchange

Ansible playbook to deploy a production Taler Exchange
Log | Files | Refs | Submodules | README | LICENSE

alloy (292B)


      1 
      2 # The configuration file holding the Alloy config.
      3 CONFIG_FILE="/etc/alloy/config.alloy"
      4 
      5 # User-defined arguments to pass to the run command.
      6 CUSTOM_ARGS="--server.http.listen-addr=127.0.0.1:12345 --disable-reporting"
      7 
      8 # Restart on system upgrade. Defaults to true.
      9 RESTART_ON_UPGRADE=true