Compare commits
9 Commits
1e2598bcf9
...
344013fb5c
| Author | SHA1 | Date | |
|---|---|---|---|
| 344013fb5c | |||
| abb3081294 | |||
| 7a340285c5 | |||
| 67818f0d3d | |||
| 1a5b6f8d79 | |||
| 5b133aa2fe | |||
| 94bbf8beff | |||
| e1f37a8dbb | |||
| 094c759f2c |
@@ -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=M&Ipourlavie64
|
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 : M&Ipourlavie64
|
- Password : (voir .env local)
|
||||||
|
|
||||||
### Serveurs
|
### Serveurs
|
||||||
- Backend Java : http://localhost:8080
|
- Backend Java : http://localhost:8080
|
||||||
|
|||||||
Reference in New Issue
Block a user