|
| 1 | +| Env variable | Default value | Optional if env is defined | Default value (local) | |
| 2 | +| ---- | ---- | ---- | ---- | |
| 3 | +| ACTIVATION_URL_FORMAT | `https://www.${FAF_DOMAIN}/account/activate?username=%s&token=%s` | `FAF_DOMAIN` | `http://localhost:8020/account/activate?username=%s&token=%s` | |
| 4 | +| ANOPE_DATABASE_NAME | `faf-anope` | | | |
| 5 | +| API_PORT | `8010` | | | |
| 6 | +| API_PROFILE | `local` | | | |
| 7 | +| AVATAR_ALLOWED_FILE_EXTENSIONS | `png` | | `png` | |
| 8 | +| AVATAR_DOWNLOAD_URL_FORMAT | `https://content.${FAF_DOMAIN}/faf/avatars/%s` | `FAF_DOMAIN` | `https://content.test.faforever.com/faf/avatars/%s` | |
| 9 | +| AVATAR_IMAGE_HEIGHT | `20` | | | |
| 10 | +| AVATAR_IMAGE_WIDTH | `40` | | | |
| 11 | +| AVATAR_MAX_SIZE_BYTES | `4096` | | | |
| 12 | +| AVATAR_TARGET_DIRECTORY | `/content/avatars` | | `build/cache/avatars` | |
| 13 | +| CHALLONGE_KEY | | | | |
| 14 | +| CLAN_INVITE_LINK_EXPIRE_DURATION_MINUTES | `604800` | | | |
| 15 | +| CLAN_WEBSITE_URL_FORMAT | `https://clans.${FAF_DOMAIN}/clan/%s` | `FAF_DOMAIN` | `http://clans.test.faforever.com/clan/%s` | |
| 16 | +| CONTEXT_PATH | `/` | | | |
| 17 | +| DATABASE_ADDRESS | | | `127.0.0.1` | |
| 18 | +| DATABASE_NAME | | | `faf` | |
| 19 | +| DATABASE_PASSWORD | | | `banana` | |
| 20 | +| DATABASE_SCHEMA_VERSION | `122` | | | |
| 21 | +| DATABASE_USERNAME | | | `faf-java-api` | |
| 22 | +| EMAIL_FROM_ADDRESS | | | `faf@example.com` | |
| 23 | +| EMAIL_FROM_NAME | | | `FAForever` | |
| 24 | +| EXE_UPLOAD_BETA_PATH | `/content/legacy-featured-mod-files/updates_fafbeta_files` | | `build/exe/beta` | |
| 25 | +| EXE_UPLOAD_DEVELOP_PATH | `/content/legacy-featured-mod-files/updates_fafdevelop_files` | | `build/exe/develop` | |
| 26 | +| FEATURED_MODS_TARGET_DIRECTORY | `/content/legacy-featured-mod-files` | | `build/cache/deployment` | |
| 27 | +| FEATURED_MOD_URL_FORMAT | `https://content.${FAF_DOMAIN}/legacy-featured-mod-files/%s/%s` | `FAF_DOMAIN` | `https://content.test.faforever.com/faf/updaterNew/%s/%s` | |
| 28 | +| FORGED_ALLIANCE_EXE_PATH | `/content/legacy-featured-mod-files/updates_faf_files/ForgedAlliance.exe` | | | |
| 29 | +| GITHUB_ACCESS_TOKEN | `false` | | | |
| 30 | +| GITHUB_DEPLOYMENT_ENVIRONMENT | `production` | | `development` | |
| 31 | +| GITHUB_WEBHOOK_SECRET | `false` | | | |
| 32 | +| GOG_GAMES_LIST_URL | `https://www.gog.com/u/%s/games/stats?sort=recent_playtime&order=desc&page=%d` | | | |
| 33 | +| GOG_PROFILE_URL | `https://www.gog.com/u/%s` | | | |
| 34 | +| GOG_TOKEN_FORMAT | `{{FAF:%s}}` | | | |
| 35 | +| JWT_FAF_HYDRA_ISSUER | `https://hydra.${FAF_DOMAIN}/` | `FAF_DOMAIN` | `https://hydra.test.faforever.com/` | |
| 36 | +| JWT_FAF_HYDRA_JWKS_URL | `https://hydra.${FAF_DOMAIN}/.well-known/jwks.json` | `FAF_DOMAIN` | `https://hydra.test.faforever.com/.well-known/jwks.json` | |
| 37 | +| JWT_PRIVATE_KEY_PATH | `/pki/secret.key` | | `test-pki-private.key` | |
| 38 | +| JWT_PUBLIC_KEY_PATH | `/pki/public.key` | | `test-pki-public.key` | |
| 39 | +| LEAGUE_DATABASE_ADDRESS | `127.0.0.1` | | `127.0.0.1` | |
| 40 | +| LEAGUE_DATABASE_NAME | `faf-league` | | `faf-league` | |
| 41 | +| LEAGUE_DATABASE_PASSWORD | | | `banana` | |
| 42 | +| LEAGUE_DATABASE_USERNAME | `faf-league-service` | | `faf-league-service` | |
| 43 | +| LOG_FILE_DIRECTORY | | | | |
| 44 | +| LOG_LEVEL | `info` | | | |
| 45 | +| MAIL_HOST | `false` | | | |
| 46 | +| MAIL_PASSWORD | `false` | | | |
| 47 | +| MAIL_PORT | `false` | | | |
| 48 | +| MAIL_USERNAME | `false` | | | |
| 49 | +| MANAGEMENT_ADDRESS | | | | |
| 50 | +| MANAGEMENT_PORT | `8011` | | | |
| 51 | +| MAP_DOWNLOAD_URL_FORMAT | `https://content.${FAF_DOMAIN}/maps/%s` | `FAF_DOMAIN` | `https://content.test.faforever.com/maps/%s` | |
| 52 | +| MAP_LARGE_PREVIEWS_URL_FORMAT | `https://content.${FAF_DOMAIN}/maps/previews/large/%s` | `FAF_DOMAIN` | `https://content.test.faforever.com/faf/maps/previews/large/%s` | |
| 53 | +| MAP_PREVIEW_PATH_LARGE | `/content/maps/previews/large` | | `build/cache/map_previews/large` | |
| 54 | +| MAP_PREVIEW_PATH_SMALL | `/content/maps/previews/small` | | `build/cache/map_previews/small` | |
| 55 | +| MAP_SMALL_PREVIEWS_URL_FORMAT | `https://content.${FAF_DOMAIN}/maps/previews/small/%s` | `FAF_DOMAIN` | `https://content.test.faforever.com/faf/maps/previews/small/%s` | |
| 56 | +| MAP_UPLOAD_PATH | `/content/maps` | | `build/cache/map/maps` | |
| 57 | +| MAUTIC_ACCESS_TOKEN_URL | `false` | | | |
| 58 | +| MAUTIC_BASE_URL | `false` | | | |
| 59 | +| MAUTIC_CLIENT_ID | `false` | | | |
| 60 | +| MAUTIC_CLIENT_SECRET | `false` | | | |
| 61 | +| MOD_DOWNLOAD_URL_FORMAT | `https://content.${FAF_DOMAIN}/mods/%s` | `FAF_DOMAIN` | `https://content.test.faforever.com/faf/vault/mods/%s` | |
| 62 | +| MOD_PREVIEW_URL_FORMAT | `https://content.${FAF_DOMAIN}/mods/%s` | `FAF_DOMAIN` | `https://content.test.faforever.com/faf/vault/mods/%s` | |
| 63 | +| NODEBB_ADMIN_USERID | `1` | | | |
| 64 | +| NODEBB_BASE_URL | `false` | | | |
| 65 | +| NODEBB_MASTER_TOKEN | `false` | | | |
| 66 | +| PASSWORD_RESET_EMAIL_BODY | `Reset email body for user {0} with reset link {1}` | | `Reset email body for user {0} with reset link {1}` | |
| 67 | +| PASSWORD_RESET_EMAIL_SUBJECT | `FAF password reset` | | `FAF password reset` | |
| 68 | +| PASSWORD_RESET_URL_FORMAT | `https://www.${FAF_DOMAIN}/account/password/confirmReset?username=%s&token=%s` | `FAF_DOMAIN` | `http://localhost:8020/account/password/confirmReset?username=%s&token=%s` | |
| 69 | +| PID | `- ` | | | |
| 70 | +| RECAPTCHA_ENABLED | `false` | | `false` | |
| 71 | +| RECAPTCHA_SECRET | | | | |
| 72 | +| REGISTRATION_EMAIL_BODY | `"Registration email body for user {0} with activation link {1}"` | | `"Registration email body for user {0} with activation link {1}"` | |
| 73 | +| REGISTRATION_EMAIL_SUBJECT | `FAF user registration` | | `FAF user registration` | |
| 74 | +| REPLAY_DOWNLOAD_URL_FORMAT | `https://replays.${FAF_DOMAIN}/%s` | `FAF_DOMAIN` | `https://content.test.faforever.com/replays/%s` | |
| 75 | +| REPOSITORIES_DIRECTORY | `/repositories` | | `build/cache/repos` | |
| 76 | +| STEAM_API_KEY | | | `banana` | |
| 77 | +| STEAM_LINK_REDIRECT_URL_FORMAT | `https://api.${FAF_DOMAIN}/users/linkToSteam?token=%s` | `FAF_DOMAIN` | `http://localhost:8010/users/linkToSteam?token=%s` | |
| 78 | +| STEAM_PASSWORD_RESET_REDIRECT_URL_FORMAT | `https://api.${FAF_DOMAIN}/users/requestPasswordResetViaSteam` | `FAF_DOMAIN` | `http://localhost:8010/users/requestPasswordResetViaSteam` | |
| 79 | +| STEAM_REALM | `https://api.${FAF_DOMAIN}` | `FAF_DOMAIN` | `http://localhost` | |
| 80 | +| TESTING_EXE_UPLOAD_KEY | | | `banana` | |
| 81 | +| TUTORIAL_THUMBNAIL_URL_FORMAT | `https://content.${FAF_DOMAIN}/faf/tutorials/thumbs/%s` | `FAF_DOMAIN` | `https://content.test.faforever.com/faf/tutorials/thumbs/%s` | |
0 commit comments