Skip to content
Snippets Groups Projects
Commit 3e854320 authored by Mathilde LORRAIN's avatar Mathilde LORRAIN
Browse files

Update file application.properties

parent 3739fd40
Branches
No related tags found
No related merge requests found
spring.datasource.url=jdbc:postgresql://localhost:5432/${DATABASE_NAME:usr}
spring.datasource.username=${DATABASE_USER:pwd}
spring.datasource.password=${DATABASE_PASSWORD:database}
spring.datasource.url=jdbc:postgresql://localhost:5432/${DATABASE_NAME:database}
spring.datasource.username=${DATABASE_USER:usr}
spring.datasource.password=${DATABASE_PASSWORD:pwd}
spring.servlet.multipart.max-file-size=10MB
spring.servlet.multipart.max-request-size=10MB
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment