File tree Expand file tree Collapse file tree
inttest/java/com/faforever/api/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717| DATABASE_ADDRESS | | | ` 127.0.0.1 ` |
1818| DATABASE_NAME | | | ` faf ` |
1919| DATABASE_PASSWORD | | | ` banana ` |
20- | DATABASE_SCHEMA_VERSION | ` 122 ` | | |
20+ | DATABASE_SCHEMA_VERSION | ` 123 ` | | |
2121| DATABASE_USERNAME | | | ` faf-java-api ` |
2222| EMAIL_FROM_ADDRESS | | | ` faf@example.com ` |
2323| EMAIL_FROM_NAME | | | ` FAForever ` |
Original file line number Diff line number Diff line change 2121@ Configuration
2222public class MainDbTestContainers {
2323 private static final MariaDBContainer <?> fafDBContainer = new MariaDBContainer <>("mariadb:10.6" );
24- private static final GenericContainer <?> flywayMigrationsContainer = new GenericContainer <>("faforever/faf-db-migrations:v122 " );
24+ private static final GenericContainer <?> flywayMigrationsContainer = new GenericContainer <>("faforever/faf-db-migrations:v123 " );
2525 private static final Network sharedNetwork = Network .newNetwork ();
2626
2727 @ Bean
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ faf-api:
1515 invite-link-expire-duration-minutes : ${CLAN_INVITE_LINK_EXPIRE_DURATION_MINUTES:604800}
1616 website-url-format : ${CLAN_WEBSITE_URL_FORMAT:https://clans.${FAF_DOMAIN}/clan/%s}
1717 database :
18- schema-version : ${DATABASE_SCHEMA_VERSION:122 }
18+ schema-version : ${DATABASE_SCHEMA_VERSION:123 }
1919 deployment :
2020 forged-alliance-exe-path : ${FORGED_ALLIANCE_EXE_PATH:/content/legacy-featured-mod-files/updates_faf_files/ForgedAlliance.exe}
2121 repositories-directory : ${REPOSITORIES_DIRECTORY:/repositories}
You can’t perform that action at this time.
0 commit comments