Skip to content

Commit

Permalink
Update faf-java-api to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
micheljung committed May 5, 2018
1 parent 778de4b commit cc19dee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions config.template/faf-java-api/faf-java-api.env
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ MAP_PREVIEW_PATH_LARGE=/content/maps/previews/large
MAP_PREVIEW_PATH_SMALL=/content/maps/previews/small
MAP_SMALL_PREVIEWS_URL_FORMAT=http://localhost/maps/previews/small/%s
MAP_UPLOAD_PATH=/content/maps
MAUTIC_BASE_URL=http://faf-mautic/api
MAUTIC_CLIENT_ID=faf-java-api
MAUTIC_CLIENT_SECRET=banana
MAUTIC_ACCESS_TOKEN_URL=http://faf-mautic/oauth/v2/token
MOD_DOWNLOAD_URL_FORMAT=http://localhost/mods/%s
MOD_PREVIEW_URL_FORMAT=http://localhost/mods/thumbs/%s
MOD_TARGET_DIRECTORY=/content/mods
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ services:
#
faf-java-api:
container_name: faf-java-api
image: faforever/faf-java-api:1.1.1
image: faforever/faf-java-api:1.1.2
user: ${FAF_JAVA_API_USER}
networks:
faf:
Expand Down

0 comments on commit cc19dee

Please sign in to comment.