Set port and base_location in config
This commit is contained in:
parent
88777c9631
commit
f231cf1a61
1 changed files with 11 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue