You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Configuration is defined in [main.properties](src/main/resources/config/prod/main.properties):
26
-
- You _must_ change [database configuration](src/main/resources/config/prod/main.properties#L3-L5)
27
-
- You _must_ change [the host](src/main/resources/config/prod/main.properties#L14) to the correct IP address of your server
28
-
- You _must_ change [web interface credentials](src/main/resources/config/prod/main.properties#L9-L10)
29
-
- You _can_ access the application via HTTPS, by [enabling it and setting the keystore properties](src/main/resources/config/prod/main.properties#L23-L26)
26
+
- You _must_ change [database configuration](src/main/resources/config/prod/main.properties#L3-L7)
27
+
- You _must_ change [the host](src/main/resources/config/prod/main.properties#L16) to the correct IP address of your server
28
+
- You _must_ change [web interface credentials](src/main/resources/config/prod/main.properties#L11-L12)
29
+
- You _can_ access the application via HTTPS, by [enabling it and setting the keystore properties](src/main/resources/config/prod/main.properties#L25-L28)
30
30
31
31
4. The following MySQL statements can be used as database initialization (adjust according to your setup):
0 commit comments