Skip to content

Commit 2684604

Browse files
committed
prepare release
1 parent 1ce18c4 commit 2684604

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ Requirements & Configuration
2323
- WebSocket/JSON: `ws://<your-server-ip>:<port>/steve/websocket/CentralSystemService/<chargeBoxId>`
2424

2525
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)
3030

3131
4. The following MySQL statements can be used as database initialization (adjust according to your setup):
3232

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>de.rwth.idsg</groupId>
55
<artifactId>steve</artifactId>
6-
<version>2.0.0-SNAPSHOT</version>
6+
<version>2.0.0</version>
77
<packaging>jar</packaging>
88

99
<developers>

0 commit comments

Comments
 (0)