aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Web/Tango.MachineService/MachineServiceConfig.cs
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2019-10-30 17:55:39 +0200
committerAvi Levkovich <avi@twine-s.com>2019-10-30 17:55:39 +0200
commit3e22430905c4c247672237a6d64425f3f958626e (patch)
treea0fbf053a2ddf1fefc9f0ae3281fb06e70e5e52e /Software/Visual_Studio/Web/Tango.MachineService/MachineServiceConfig.cs
parentcc657620eac3b626cf0790802c2a5ae3196c396b (diff)
parent43113f6b264c8d334393c6116e1858eeec7ca5c6 (diff)
downloadTango-3e22430905c4c247672237a6d64425f3f958626e.tar.gz
Tango-3e22430905c4c247672237a6d64425f3f958626e.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/MachineServiceConfig.cs')
-rw-r--r--Software/Visual_Studio/Web/Tango.MachineService/MachineServiceConfig.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/MachineServiceConfig.cs b/Software/Visual_Studio/Web/Tango.MachineService/MachineServiceConfig.cs
index 0e6d18ddf..e8165a4a6 100644
--- a/Software/Visual_Studio/Web/Tango.MachineService/MachineServiceConfig.cs
+++ b/Software/Visual_Studio/Web/Tango.MachineService/MachineServiceConfig.cs
@@ -15,5 +15,6 @@ namespace Tango.MachineService
public static String JWT_TOKEN_SECRET => ConfigurationManager.AppSettings[nameof(JWT_TOKEN_SECRET)].ToString();
public static String REFRESH_TOKENS_TABLE_NAME => ConfigurationManager.AppSettings[nameof(REFRESH_TOKENS_TABLE_NAME)].ToString();
public static String REFRESH_TOKENS_TABLE_PARTITION => ConfigurationManager.AppSettings[nameof(REFRESH_TOKENS_TABLE_PARTITION)].ToString();
+ public static bool USE_DB_ACCESS_TOKENS => bool.Parse(ConfigurationManager.AppSettings[nameof(USE_DB_ACCESS_TOKENS)].ToString());
}
} \ No newline at end of file