Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
#143: Use 127.0.0.1 as default mariadb host
Browse files Browse the repository at this point in the history
  • Loading branch information
ampersand8 authored and seilc1 committed Sep 20, 2018
1 parent 8c7b9ad commit 19ce508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion broker/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ com.swisscom.cloud.sb.broker.service.mariadb:
nameOfDefault: "default"
clusters:
- name: "default"
host: mariadb
host: 127.0.0.1
port: 3306
adminUser: 'root'
adminPassword:
Expand Down

0 comments on commit 19ce508

Please sign in to comment.