Compare commits
8 Commits
344013fb5c
...
1e2598bcf9
| Author | SHA1 | Date | |
|---|---|---|---|
| 1e2598bcf9 | |||
| 4408c818f3 | |||
| 8afb17a392 | |||
| 17f197484a | |||
| bffbe1a662 | |||
| 187b865c4a | |||
| cbb2abc861 | |||
| b3e0e0883b |
@@ -1,7 +1,7 @@
|
||||
# Configuration de test avec PostgreSQL
|
||||
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.url=jdbc:postgresql://localhost:5432/loremind_test
|
||||
spring.datasource.username=ietm64
|
||||
spring.datasource.password=M&Ipourlavie64
|
||||
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 : (voir .env local)
|
||||
- Password : (voir .env local)
|
||||
- Username : ietm64
|
||||
- Password : M&Ipourlavie64
|
||||
|
||||
### Serveurs
|
||||
- Backend Java : http://localhost:8080
|
||||
|
||||
Reference in New Issue
Block a user