Skip to content

Commit

Permalink
add back API_PROFILE
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikah45 committed Jul 4, 2024
1 parent 8978f59 commit 8392b2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,12 @@ test {

processAot {
environment("FAF_DOMAIN", "faforever.com")
environment("API_PROFILE", "")
}

processTestAot {
environment("FAF_DOMAIN", "faforever.com")
environment("API_PROFILE", "")
}

ext {
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ spring:
jackson:
serialization:
WRITE_DATES_AS_TIMESTAMPS: false
profiles:
active: ${API_PROFILE}
servlet:
multipart:
max-file-size: 350MB
Expand Down

0 comments on commit 8392b2c

Please sign in to comment.