added sonarqube config #41
@@ -23,7 +23,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
POSTGRES_USER: vaessl
|
POSTGRES_USER: vaessl
|
||||||
POSTGRES_PASSWORD: vaessl
|
POSTGRES_PASSWORD: vaessl
|
||||||
POSTGRES_DB: vaessl
|
POSTGRES_DB: vaessl_test
|
||||||
options: >-
|
options: >-
|
||||||
--health-cmd pg_isready
|
--health-cmd pg_isready
|
||||||
--health-interval 10s
|
--health-interval 10s
|
||||||
@@ -65,8 +65,8 @@ jobs:
|
|||||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||||
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
|
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
|
||||||
|
|
||||||
DB_URL: jdbc:postgresql://postgres:5432/vaessl
|
DB_URL: jdbc:postgresql://postgres:5432/vaessl_test
|
||||||
DB_TEST_URL: jdbc:postgresql://postgres:5432/vaessl
|
DB_TEST_URL: jdbc:postgresql://postgres:5432/vaessl_test
|
||||||
DB_USERNAME: vaessl
|
DB_USERNAME: vaessl
|
||||||
DB_PASSWORD: vaessl
|
DB_PASSWORD: vaessl
|
||||||
PG_DRIVER_CLASS_NAME: org.postgresql.Driver
|
PG_DRIVER_CLASS_NAME: org.postgresql.Driver
|
||||||
|
|||||||
Reference in New Issue
Block a user