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