diff options
author | Dan Timoney <dtimoney@att.com> | 2019-01-28 19:15:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-01-28 19:15:36 +0000 |
commit | a0cd90bb6b219db81a680242c3c3b372a1f727f3 (patch) | |
tree | 80a056785e0a63a5e8dd658b62b4833cf4d76310 /ms/controllerblueprints/application/src/main/resources/application.properties | |
parent | 263590df9d30640c02346ce913229fea8d8a2b6d (diff) | |
parent | d4332bfb76672ced58c0836b868ec1376ba89146 (diff) |
Merge "blueprint scripting module"
Diffstat (limited to 'ms/controllerblueprints/application/src/main/resources/application.properties')
-rwxr-xr-x | ms/controllerblueprints/application/src/main/resources/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/controllerblueprints/application/src/main/resources/application.properties b/ms/controllerblueprints/application/src/main/resources/application.properties index b6d509ce..ec61be48 100755 --- a/ms/controllerblueprints/application/src/main/resources/application.properties +++ b/ms/controllerblueprints/application/src/main/resources/application.properties @@ -41,7 +41,7 @@ spring.jpa.properties.hibernate.use_sql_comments=true spring.jpa.properties.hibernate.format_sql=true # spring.datasource.url, spring.datasource.username,spring.datasource.password may be overridden by ENV variables -spring.datasource.url=jdbc:mysql://db:3306/sdnctl +spring.datasource.url=jdbc:mysql://localhost:3306/sdnctl spring.datasource.username=sdnctl spring.datasource.password=sdnctl spring.datasource.driver-class-name=org.mariadb.jdbc.Driver |