File: ara-server.default

package info (click to toggle)
python-ara 1.5.8-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,460 kB
  • sloc: python: 6,493; sh: 215; makefile: 15; javascript: 2
file content (6 lines) | stat: -rw-r--r-- 321 bytes parent folder | download
1
2
3
4
5
6
# Set the command-line arguments to pass to the server.
# Due to shell scaping, to pass backslashes for regexes, you need to double
# them (\\d for \d). If running under systemd, you need to double them again
# (\\\\d to mean \d), and escape newlines too.
ARGS="0.0.0.0:8080"
ARA_SETTINGS="/etc/ara-server/settings.yaml"