diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-12-21 23:37:23 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-12-21 23:37:23 +0100 |
| commit | 82ade3c31fb17b662feec59e9e654ceb66edbb7a (patch) | |
| tree | 26443c41c55d2cd2ae46fdd0d663aca84b779ffe /code/api/Statics/AppEnvVariables.cs | |
| parent | e60703aadca7d423c0fbfb189d5ef439fc1df072 (diff) | |
| download | storage-82ade3c31fb17b662feec59e9e654ceb66edbb7a.tar.xz storage-82ade3c31fb17b662feec59e9e654ceb66edbb7a.zip | |
feat: Add initial schema and start login
Diffstat (limited to 'code/api/Statics/AppEnvVariables.cs')
| -rw-r--r-- | code/api/Statics/AppEnvVariables.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/code/api/Statics/AppEnvVariables.cs b/code/api/Statics/AppEnvVariables.cs new file mode 100644 index 0000000..c10914e --- /dev/null +++ b/code/api/Statics/AppEnvVariables.cs @@ -0,0 +1,6 @@ +namespace I2R.Storage.Api.Statics; + +public class AppEnvVariables +{ + public const string APPDB_CONNECTION_STRING = "APPDB_CONNECTION_STRING"; +}
\ No newline at end of file |
