Changeset - f231cf1a6165
[Not reviewed]
2.0.1
0 1 0
Jan Kaluza - 9 years ago 2016-01-26 08:27:33
jkaluza@redhat.com
Set port and base_location in config
1 file changed with 11 insertions and 1 deletions:
0 comments (0 inline, 0 general)
spectrum_manager/src/spectrum_manager.cfg
Show inline comments
 
[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
0 comments (0 inline, 0 general)