mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
Change postgres configuration in the producer to use the env vars from the stack
This commit is contained in:
9
src/producer/Models/Configuration/GithubConfiguration.cs
Normal file
9
src/producer/Models/Configuration/GithubConfiguration.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Producer.Models.Configuration;
|
||||
|
||||
public class GithubConfiguration
|
||||
{
|
||||
public const string SectionName = "GithubSettings";
|
||||
public const string Filename = "github.json";
|
||||
|
||||
public string? PAT { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user