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