mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
initial checkin of quicksight dashboard widget POC, updated to remove hard coded credentials
This commit is contained in:
@ -128,9 +128,9 @@
|
||||
<version>4.10.0</version>
|
||||
<configuration>
|
||||
<propertyFile>/src/main/resources/liquibase/liquibase.properties</propertyFile>
|
||||
<url>${env.LB_DB_URL}</url>
|
||||
<username>${env.LB_DB_USERNAME}</username>
|
||||
<password>${env.LB_DB_PASSWORD}</password>
|
||||
<url>${env.RDBMS_URL}</url>
|
||||
<username>${env.RDBMS_USERNAME}</username>
|
||||
<password>${env.RDBMS_PASSWORD}</password>
|
||||
<contexts>${env.LB_CONTEXTS}</contexts>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
Reference in New Issue
Block a user