-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6c35e6f
commit 83b6a88
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# Config | ||
src/main/resources/kraftwerk.properties | ||
#src/main/resources/kraftwerk.properties TODO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
########################################## | ||
## Properties that are fixed by OPS ## | ||
########################################## | ||
|
||
# Folders for in and out | ||
fr.insee.postcollecte.files = *** | ||
# Minio for kube datas | ||
fr.insee.postcollecte.minio.endpoint = *** | ||
fr.insee.postcollecte.minio.access_key = *** | ||
fr.insee.postcollecte.minio.secret_key = *** | ||
fr.insee.postcollecte.minio.enable = false | ||
fr.insee.postcollecte.minio.bucket_name = *** | ||
|
||
# LOGS | ||
logging.level.root= INFO | ||
logging.level.fr.insee.kraftwerk=INFO | ||
logging.file.name= ***\\kraftwerk.log | ||
logging.pattern.rolling-file-name= ***\\kraftwerk-%d{yyyy-MM-dd}.%i.log | ||
|
||
# Genesis API | ||
fr.insee.postcollecte.genesis.api.url=*** |