Skip to content

Commit

Permalink
Updated configs
Browse files Browse the repository at this point in the history
  • Loading branch information
This-Is-Ko committed Oct 7, 2023
1 parent c55b1f3 commit 0a59957
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ out/
.vscode/

### Prod Config ###
/src/main/resources/application-local.properties
/src/main/resources/application-prod.properties
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ig.post.version=${IG_POST_VERSION:2}

# Image generator configs
image.generator.enabled=${IMAGE_GENERATOR_ENABLED:true}
image.generator.inputPath=${IMAGE_GENERATOR_INPUT_PATH:./src/main/resources/images/}
image.generator.inputPath=${IMAGE_GENERATOR_INPUT_PATH:./src/main/resources/images/input/}
image.generator.outputPath=${IMAGE_GENERATOR_OUTPUT_PATH:./src/main/resources/images/output/}

mailer.enabled=${MAILER_IS_ENABLED:true}
Expand Down

0 comments on commit 0a59957

Please sign in to comment.