Nettoyage
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Configuration de test avec PostgreSQL
|
# Configuration de test avec PostgreSQL
|
||||||
spring.datasource.url=jdbc:postgresql://localhost:5432/loremind_test
|
spring.datasource.url=${SPRING_DATASOURCE_URL:jdbc:postgresql://localhost:5432/loremind_test}
|
||||||
spring.datasource.username=ietm64
|
spring.datasource.username=${SPRING_DATASOURCE_USERNAME:loremind}
|
||||||
spring.datasource.password=REDACTED
|
spring.datasource.password=${SPRING_DATASOURCE_PASSWORD:}
|
||||||
spring.datasource.driver-class-name=org.postgresql.Driver
|
spring.datasource.driver-class-name=org.postgresql.Driver
|
||||||
|
|
||||||
# Configuration JPA pour les tests
|
# Configuration JPA pour les tests
|
||||||
|
|||||||
@@ -610,8 +610,8 @@ LoreMind/
|
|||||||
|
|
||||||
### Base de données PostgreSQL
|
### Base de données PostgreSQL
|
||||||
- URL : jdbc:postgresql://localhost:5432/loremind
|
- URL : jdbc:postgresql://localhost:5432/loremind
|
||||||
- Username : ietm64
|
- Username : (voir .env local)
|
||||||
- Password : REDACTED
|
- Password : (voir .env local)
|
||||||
|
|
||||||
### Serveurs
|
### Serveurs
|
||||||
- Backend Java : http://localhost:8080
|
- Backend Java : http://localhost:8080
|
||||||
|
|||||||
Reference in New Issue
Block a user