This repository has been archived on 2026-05-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Codiki/backend/codiki-launcher/src/main/resources/application-local.yml
T
2024-09-19 18:03:23 +02:00

20 lines
391 B
YAML

application:
pictures:
path: /home/florian/Developpement/codiki-hexagonal/backend/pictures-folder/
temp-path : /home/florian/Developpement/codiki-hexagonal/backend/pictures-folder/temp/
logging:
level:
org.springframework.security: DEBUG
server:
port: 8987
spring:
jpa:
show-sql: true
servlet:
multipart:
max-file-size: 1MB
max-request-size: 1MB