|
@@ -40,7 +40,7 @@ logging.config: classpath:log4j2.yaml
|
|
spring:
|
|
spring:
|
|
profiles: test
|
|
profiles: test
|
|
datasource:
|
|
datasource:
|
|
- url: jdbc:mysql://test-mysql:3306/mooctest-oauth2 # please modify manually
|
|
|
|
|
|
+ url: jdbc:mysql://127.0.0.1:3306/mooctest_user # please modify manually
|
|
username: test-username # please modify manually
|
|
username: test-username # please modify manually
|
|
password: test-password # please modify manually
|
|
password: test-password # please modify manually
|
|
|
|
|