File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ Requirements & Configuration
2424
25253 . Configuration is defined in [ main.properties] ( src/main/resources/main.properties ) :
2626 - You _ must_ change [ database configuration] ( src/main/resources/main.properties#L3-L5 )
27+ - You _ must_ change [ the host] ( src/main/resources/main.properties#L14 ) to the correct IP address of your server
2728 - You _ can_ change [ web interface credentials] ( src/main/resources/main.properties#L9-L10 )
2829 - You _ can_ access the application via HTTPS, by [ enabling it and setting the keystore properties] ( src/main/resources/main.properties#L23-L26 )
2930
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ auth.password = 1234
1111
1212# Jetty configuration
1313#
14- server.host = localhost
14+ server.host = 127.0.0.1
1515
1616# Jetty HTTP configuration
1717#
You can’t perform that action at this time.
0 commit comments