File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -318,6 +318,7 @@ pub fn app_config(
318318 . app_data ( labrinth_config. session_queue . clone ( ) )
319319 . app_data ( labrinth_config. payouts_queue . clone ( ) )
320320 . app_data ( labrinth_config. email_queue . clone ( ) )
321+ . app_data ( labrinth_config. maxmind . clone ( ) )
321322 . app_data ( web:: Data :: new ( labrinth_config. ip_salt . clone ( ) ) )
322323 . app_data ( web:: Data :: new ( labrinth_config. analytics_queue . clone ( ) ) )
323324 . app_data ( web:: Data :: new ( labrinth_config. clickhouse . clone ( ) ) )
@@ -484,6 +485,7 @@ pub fn check_env_vars() -> bool {
484485 failed |= check_var :: < String > ( "CLICKHOUSE_PASSWORD" ) ;
485486 failed |= check_var :: < String > ( "CLICKHOUSE_DATABASE" ) ;
486487
488+ failed |= check_var :: < String > ( "MAXMIND_ACCOUNT_ID" ) ;
487489 failed |= check_var :: < String > ( "MAXMIND_LICENSE_KEY" ) ;
488490
489491 failed |= check_var :: < String > ( "FLAME_ANVIL_URL" ) ;
You can’t perform that action at this time.
0 commit comments