-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Add option `allowLoadLocalInfile=true` to `DB_URL` * Fix typo * Fix typo
- Loading branch information
1 parent
1a46a28
commit 4dba30a
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SERVER_PORT=8085 | ||
KEYCLOAK_URL=http://openchallenges-keycloak:8080 | ||
SERVICE_REGISTRY_URL=http://openchallenges-service-registry:8081/eureka | ||
DB_URL=jdbc:mysql://openchallenges-mariadb:3306/challenge_service | ||
DB_URL=jdbc:mysql://openchallenges-mariadb:3306/challenge_service?allowLoadLocalInfile=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SERVER_PORT=8084 | ||
KEYCLOAK_URL=http://openchallenges-keycloak:8080 | ||
SERVICE_REGISTRY_URL=http://openchallenges-service-registry:8081/eureka | ||
DB_URL=jdbc:mysql://openchallenges-mariadb:3306/organization_service | ||
DB_URL=jdbc:mysql://openchallenges-mariadb:3306/organization_service?allowLoadLocalInfile=true |