Skip to content

Commit e257110

Browse files
committedJul 17, 2024
RAP-93 Add region config in documentation
1 parent b1ad388 commit e257110

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎docs/configuration-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ grant all privileges on *.* to 'rvf_user'@'localhost';
2626
```properties
2727
spring.datasource.username=root
2828
spring.datasource.password=
29-
spring.datasource.url=jdbc:mysql://localhost:3306/?useSSL=false
29+
spring.datasource.url=jdbc:mysql://localhost:3306/?useSSL=false&allowLoadLocalInfile=true&sessionVariables=sql_mode='STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION'
3030
```
3131
### Use a properties file to override default values
3232
Create a properties file named **application-local.properties** with content:

‎docs/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ mvn clean install
2626
### Start RVF application
2727

2828
```bash
29-
java -Xms512m -Xmx4g -jar target/release-validation-framework*.jar --server.port=8081 --server.servlet.context-path=/api
29+
java -Xms1024m -Xmx8g -Daws.region=us-east-1 -jar target/release-validation-framework*.jar --server.port=8081 --server.servlet.context-path=/api
3030
```

0 commit comments

Comments
 (0)