File tree Expand file tree Collapse file tree 2 files changed +1
-47
lines changed
api/Synapse.Api.Application Expand file tree Collapse file tree 2 files changed +1
-47
lines changed Original file line number Diff line number Diff line change 43
43
<ItemGroup >
44
44
<PackageReference Include =" IdentityServer4" Version =" 4.1.2" NoWarn =" NU1902" />
45
45
<PackageReference Include =" IdentityServer4.Storage" Version =" 4.1.2" NoWarn =" NU1902" />
46
+ <PackageReference Include =" Polly" Version =" 8.4.1" />
46
47
</ItemGroup >
47
48
48
49
<ItemGroup >
Original file line number Diff line number Diff line change @@ -611,53 +611,6 @@ public static class Secrets
611
611
612
612
}
613
613
614
- /// <summary>
615
- /// Exposes constants about runtime-related environment variables
616
- /// </summary>
617
- public static class Runtime
618
- {
619
-
620
- /// <summary>
621
- /// Gets the prefix for all runtime related environment variables
622
- /// </summary>
623
- public const string Prefix = EnvironmentVariables . Prefix + "RUNTIME_" ;
624
-
625
- /// <summary>
626
- /// Exposes constants about Docker runtime-related environment variables
627
- /// </summary>
628
- public static class Docker
629
- {
630
-
631
- /// <summary>
632
- /// Gets the prefix for all Docker runtime related environment variables
633
- /// </summary>
634
- public const string Prefix = Runtime . Prefix + "DOCKER_" ;
635
- /// <summary>
636
- /// Gets the environment variable used to specify the YAML file used to configure the Docker runner container
637
- /// </summary>
638
- public const string Container = Prefix + "CONTAINER" ;
639
-
640
- }
641
-
642
- }
643
-
644
- /// <summary>
645
- /// Exposes constants about secrets-related environment variables
646
- /// </summary>
647
- public static class Secrets
648
- {
649
-
650
- /// <summary>
651
- /// Gets the prefix for all secrets related environment variables
652
- /// </summary>
653
- public const string Prefix = EnvironmentVariables . Prefix + "SECRETS" ;
654
- /// <summary>
655
- /// Gets the name of the environment variable used to configure the path to the directory that contains secrets files
656
- /// </summary>
657
- public const string Directory = Prefix + "DIRECTORY" ;
658
-
659
- }
660
-
661
614
/// <summary>
662
615
/// Exposes constants about service account related environment variables
663
616
/// </summary>
You can’t perform that action at this time.
0 commit comments