docs: cleanup REALTIME_DEV.md + application*.properties stale mic-after-work refs
Some checks failed
CI/CD Lions Pipeline / Build + Push + Deploy (push) Failing after 7s
Some checks failed
CI/CD Lions Pipeline / Build + Push + Deploy (push) Failing after 7s
This commit is contained in:
@@ -104,7 +104,7 @@ quarkus.http.root-path=/afterwork
|
||||
# ne pourra pas utiliser PostgreSQL en prod. Donc on met la config prod par défaut ;
|
||||
# le profil dev surcharge avec PostgreSQL local (application-dev.properties).
|
||||
quarkus.datasource.db-kind=postgresql
|
||||
quarkus.datasource.jdbc.url=jdbc:postgresql://${DB_HOST:postgresql-service.postgresql.svc.cluster.local}:${DB_PORT:5432}/${DB_NAME:mic-after-work-server-impl-quarkus-main}
|
||||
quarkus.datasource.jdbc.url=jdbc:postgresql://${DB_HOST:postgresql-service.postgresql.svc.cluster.local}:${DB_PORT:5432}/${DB_NAME:afterwork-server-impl-quarkus}
|
||||
quarkus.datasource.username=${DB_USERNAME:lionsuser}
|
||||
quarkus.datasource.password=${DB_PASSWORD}
|
||||
quarkus.datasource.jdbc.driver=org.postgresql.Driver
|
||||
|
||||
Reference in New Issue
Block a user