Skip to content

Commit b0c1d6e

Browse files
committed
readme fixes
1 parent fb47d03 commit b0c1d6e

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@ Requirements & Configuration
2828
- You _must_ change [web interface credentials](src/main/resources/config/prod/main.properties#L9-L10)
2929
- You _can_ access the application via HTTPS, by [enabling it and setting the keystore properties](src/main/resources/config/prod/main.properties#L23-L26)
3030

31-
* the following MySQL statements can be used as database initalization (adjust accordingly your setup):
32-
```
33-
CREATE DATABASE stevedb;
34-
GRANT ALL PRIVILEGES ON stevedb.* TO 'steve'@'localhost' IDENTIFIED BY 'changeme';
35-
GRANT SELECT ON mysql.proc TO 'steve'@'localhost' IDENTIFIED BY 'changeme';
36-
```
31+
4. The following MySQL statements can be used as database initialization (adjust according to your setup):
32+
33+
```
34+
CREATE DATABASE stevedb;
35+
GRANT ALL PRIVILEGES ON stevedb.* TO 'steve'@'localhost' IDENTIFIED BY 'changeme';
36+
GRANT SELECT ON mysql.proc TO 'steve'@'localhost' IDENTIFIED BY 'changeme';
37+
```
3738
3839
How to use?
3940
-----

0 commit comments

Comments
 (0)