Created
May 24, 2016 09:59
-
-
Save HDBandit/a8d25b1be3d4482c7522bbc854ed9c4a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
multitenancy: | |
tenants: | |
- | |
name: tenant_1 | |
default: true | |
url: jdbc:mysql://localhost:3306/tenant_1?serverTimezone=UTC | |
username: user | |
password: pass | |
driver-class-name: com.mysql.jdbc.Driver | |
- | |
name: tenant_2 | |
default: false | |
url: jdbc:mysql://localhost:3306/tenant_2?serverTimezone=UTC | |
username: user | |
password: pass | |
driver-class-name: com.mysql.jdbc.Driver |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment