File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Requirements & Configuration
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 )
2727 - You _ must_ change [ the host] ( src/main/resources/main.properties#L14 ) to the correct IP address of your server
28- - You _ can _ change [ web interface credentials] ( src/main/resources/main.properties#L9-L10 )
28+ - You _ must _ change [ web interface credentials] ( src/main/resources/main.properties#L9-L10 )
2929 - You _ can_ access the application via HTTPS, by [ enabling it and setting the keystore properties] ( src/main/resources/main.properties#L23-L26 )
3030
3131How to use?
@@ -41,7 +41,7 @@ Start the application:
4141
4242Access the Web interface:
4343
44- http://localhost:8080 /steve/manager
44+ http://<your-server-ip>:<port> /steve/manager
4545
4646Screenshots
4747-----
You can’t perform that action at this time.
0 commit comments