Add project files
This commit is contained in:
parent
4dafed3553
commit
8cf01ead74
40 changed files with 3967 additions and 0 deletions
|
|
@ -0,0 +1,10 @@
|
|||
namespace StalwartSimpleLoginMiddleware.Constants;
|
||||
|
||||
public class EnvironmentVariable
|
||||
{
|
||||
public const string MailServerUri = "MAIL_SERVER_URI";
|
||||
public const string MailServerApiKey = "MAIL_SERVER_API_KEY";
|
||||
public const string PostgresUrl = "POSTGRES_URL";
|
||||
public const string PostgresMinPoolSize = "POSTGRES_MIN_POOL_SIZE";
|
||||
public const string PostgresMaxPoolSize = "POSTGRES_MAX_POOL_SIZE";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue