All checks were successful
Restart Docker Container on Production / build (pull_request) Successful in 3m35s
6 lines
161 B
C#
6 lines
161 B
C#
namespace RBLNews.Shared.Services;
|
|
|
|
public class EnvironmentVariablesService
|
|
{
|
|
public string? RblApiUrl => Environment.GetEnvironmentVariable("RblApiUrl");
|
|
} |