Skip to content

Commit

Permalink
Changed kraftwerk.properties to kraftwerk_exemple.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisszmundy committed Aug 22, 2024
1 parent 54c655a commit 7e10aa1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion kraftwerk-api/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Config
#src/main/resources/kraftwerk.properties TODO
src/main/resources/kraftwerk.properties
2 changes: 1 addition & 1 deletion kraftwerk-api/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ [email protected]@ @project.version@
fr.insee.kraftwerk.lang=fr

# Import Ops properties
spring.config.import=classpath:i18n/messages_${fr.insee.kraftwerk.lang}.properties,kraftwerk.properties,optional:file:${catalina.base}/webapps/kraftwerk.properties
spring.config.import=classpath:i18n/messages_${fr.insee.kraftwerk.lang}.properties,optional:kraftwerk.properties,optional:file:${catalina.base}/webapps/kraftwerk.properties

# Config Swagger (only for display)
fr.insee.kraftwerk.version=@project.version@
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
##########################################
## Properties that are fixed by OPS ##
##########################################
##################################################
## Properties that are fixed by OPS ##
## For local usage, create kraftwerk.properties ##
##################################################

# Folders for in and out
fr.insee.postcollecte.files = ***
Expand Down

0 comments on commit 7e10aa1

Please sign in to comment.