Skip to content

Commit ef3ecbe

Browse files
committed
readme update
1 parent b8fd3b9 commit ef3ecbe

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Requirements & Configuration
2424

2525
3. 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

src/main/resources/main.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
#

0 commit comments

Comments
 (0)