Skip to content

Commit

Permalink
Fix default MOD_PREVIEW_URL_FORMAT
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 authored Jul 14, 2024
1 parent 375c618 commit 381c34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ faf-api:
mod:
target-directory: ${MOD_UPLOAD_PATH:/content/mods}
download-url-format: ${MOD_DOWNLOAD_URL_FORMAT:https://content.${FAF_DOMAIN}/mods/%s}
preview-url-format: ${MOD_PREVIEW_URL_FORMAT:https://content.${FAF_DOMAIN}/mods/%s}
preview-url-format: ${MOD_PREVIEW_URL_FORMAT:https://content.${FAF_DOMAIN}/mods/thumbs/%s}
thumbnail-target-directory: ${MOD_THUMBNAIL_TARGET_DIRECTORY:/content/mods/thumbs}
default-license-id: ${MOD_DEFAULT_LICENSE_ID:1}
nodebb:
Expand Down

0 comments on commit 381c34f

Please sign in to comment.