Set port and base_location in config

This commit is contained in:
Jan Kaluza 2016-01-26 08:27:33 +01:00
parent 88777c9631
commit f231cf1a61

View file

@ -1,7 +1,17 @@
[service]
config_directory=/etc/spectrum2/transports/
# Username and password of admin for Web interface
admin_username=admin
admin_password=test
config_directory=/etc/spectrum2/transports/
# Port on which the Web interface is listening on
port=8080
# Base location (directory) on which the Web interface is served. It must ends
# up with slash character (/). If you for example set it to "/spectrum/", then
# the Web interface will be served on http://localhost:$port/spectrum/.
base_location=/
[database]
type=sqlite3