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
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,12 +28,13 @@ Requirements & Configuration
28
28
- You _must_ change [web interface credentials](src/main/resources/config/prod/main.properties#L9-L10)
29
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)
30
30
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';
0 commit comments