@@ -8,11 +8,6 @@ export class EnvInfoService {
88 env : isAdmin
99 ? {
1010 auth_providers : constant < string > ( "envs.AUTH_PROVIDERS" , "" ) ,
11- auth_clubmed_driver : constant < string > ( "envs.AUTH_CLUBMED_DRIVER" , "" ) ,
12- auth_clubmed_issuer_url : constant < string > ( "envs.AUTH_CLUBMED_ISSUER_URL" , "" ) ,
13- auth_clubmed_allow_public_registration : constant < boolean > ( "envs.AUTH_CLUBMED_ALLOW_PUBLIC_REGISTRATION" , false ) ,
14- auth_clubmed_token_endpoint_auth_method : constant < string > ( "envs.AUTH_CLUBMED_TOKEN_ENDPOINT_AUTH_METHOD" , "" ) ,
15- auth_clubmed_identifier_key : constant < string > ( "envs.AUTH_CLUBMED_IDENTIFIER_KEY" , "" ) ,
1611 cache_enable : constant < boolean > ( "envs.CACHE_ENABLE" , false ) ,
1712 cache_store : constant < string > ( "envs.CACHE_STORE" , "unknown" ) ,
1813 cache_auto_purge : constant < boolean > ( "envs.CACHE_AUTO_PURGE" , false ) ,
@@ -24,9 +19,7 @@ export class EnvInfoService {
2419 storage_s3_region : constant < string > ( "envs.STORAGE_S3_REGION" , "" ) ,
2520 storage_s3_endpoint : constant < string > ( "envs.STORAGE_S3_ENDPOINT" , "" ) ,
2621 storage_s3_force_path_style : constant < string > ( "envs.STORAGE_S3_FORCE_PATH_STYLE" , "" ) ,
27- storage_s3_public_url : constant < string > ( "envs.STORAGE_S3_PUBLIC_URL" , "" ) ,
28- db_url : constant < string > ( "envs.DB_URL" , "" ) ,
29- jira_url : constant < string > ( "envs.JIRA_URL" , "" )
22+ storage_s3_public_url : constant < string > ( "envs.STORAGE_S3_PUBLIC_URL" , "" )
3023 }
3124 : undefined
3225 } ;
0 commit comments