Built files from Bizgaze WebServer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

appsettings.template.json 6.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. {
  2. "AllowedHosts": "*",
  3. "ConnectionStrings": {
  4. "common": "server=localhost;port=5432;Database=bizgaze_common;User id=postgres;Password=Bizgaze@123",
  5. "common_nsdb": "bizgaze_common",
  6. "nsdb_remoteconnection": "",
  7. "postgres": "server=localhost;port=5432;Database=postgres;User id=postgres;Password=Bizgaze@123"
  8. },
  9. "Logging": {
  10. "LogLevel": {
  11. "Default": "Information",
  12. "Microsoft": "Warning",
  13. "Microsoft.Hosting.Lifetime": "Information"
  14. }
  15. },
  16. /*
  17. * host URL for Application
  18. * Dependencies:Integrations
  19. */
  20. "currenturl": "http://v3.bizgaze.com/",
  21. /*
  22. * Notification Hub URL
  23. * Dependencies:Browser notifications, Chat applicaition
  24. */
  25. "notificationhuburl": "https://testnotify.bizgaze.com/",
  26. "hubname": "notificationhub",
  27. /*
  28. * Whenever New Code deployed this value need to be updated
  29. * Dependencies: Mobile Apps (Andriod,iOs,Windows)
  30. */
  31. "AppVersion": "2.24",
  32. /*
  33. * If The Audits to be run within the application then the value to be set as 1
  34. * If the App has Background Service to run Audits the value should be 0
  35. * Dependencies: EventLog,TimeLine,Communication
  36. */
  37. "IsAuditEnabled": "0",
  38. "AppSettings": {
  39. "AppCode": "local",
  40. "RdbTemplate": "server=localhost;port=5432;Database=unibase_{{shortcode}};User id=postgres;Password=Bizgaze@123",
  41. "DefaultMailSetting": "aW5mb0BiaXpnYXplLmNvbTpGcm9udGRlc2s=",
  42. "DefaultSmsSetting": "Unibase_Platform_Common_Common_Provider_SmsWeb 24X7",
  43. "RegistrationMessage": "Greetings from BizGaze./Your OTP for registration is {{OTP}}. Use this to create your password."
  44. },
  45. "SettingProviders": {
  46. "Unibase Mail": "SettingName=Unibase mail;settingvalue=~info@bizgaze.com:Frontdesk;UniqueKey=Unibase_Platform_Common_Common_Provider_UnibaseMail",
  47. "Bizgaze Web 24X7": "SettingName=Bizgaze Web 24X7;SettingValue=~http://smsapi.24x7sms.com/api_2.0/SendSMS.aspx?APIKEY=pyhHBeK7Nmo&MobileNo={{mobileno}}&SenderID=BIZGAZ&Message={{message}}&ServiceName=TEMPLATE_BASED ;UniqueKey=Unibase_Platform_Common_Common_Provider_SmsWeb 24X7",
  48. "Mobil Web 24*7": "SettingName=Mobil Web 24*7;SettingValue=~http://www.wesendsms.com/sms/send_api_msg.php?sender=WSS_7ef551aee364a44a04c01a5ae08961ec ;UniqueKey=Unibase_Platform_Common_Common_Provider_SmsWeSend",
  49. "info@stcjaipur.in": "settingname=info@stcjaipur.in;SettingValue=~info:MgA5AG4ANAA5AGkAaQBtAA==;UniqueKey=Unibase_Platform_Common_Common_Provider_StcMail",
  50. "system@bizgaze.com": "settingname=system@bizgaze.com;SettingValue=~system:VwBpAGwAZABjAGEAdABAADAAMAA3AA==;UniqueKey=Unibase_Platform_Common_Common_Provider_SystemMail",
  51. "Prachar": "SettingName=PRACHR;SettingValue=~http://mobi.pracharnama.com/http-api.php?username=shrirampistons&password=shriraM@1814&senderid=PRACHR&route=5&number={{mobileno}}&message={{message}} ;UniqueKey=Unibase_Platform_Common_Common_Provider_Pracharnama"
  52. },
  53. "TemplateSettings": {
  54. "Prefix": "test",
  55. "UserName": "postgres",
  56. "Password": "Bizgaze@123",
  57. "RefreshProviders": "true",
  58. "RdbTemplate": "server=localhost;port=5432;Database={{dbname}};User id={{username}};Password={{password}}"
  59. },
  60. "DefaultSmsSettings": {
  61. "setting": "value"
  62. },
  63. "DefaultEmailSettings": {
  64. //Google Email Setting & Client
  65. //"setting": "aW5mb0BiaXpnYXplLmNvbTpGcm9udGRlc2s=",
  66. //"smtpclient": "smtp.gmail.com",
  67. //Unimail Email Setting & Client
  68. "setting": "aW5mb0BiaXpnYXplLmluOkJpemdhemVAMTIz",
  69. "smtpclient": "mail.unimail.in",
  70. "port": "587",
  71. "enablessl": true,
  72. "defaultcredentials": false
  73. },
  74. "SystemEmailSettings": {
  75. "setting": "value"
  76. },
  77. "CorsSettings": {
  78. "enabled": true
  79. },
  80. "RequestLogging": { "enabled": true },
  81. "DBScriptPath": {
  82. "CommonDB": "/DBScript/CommonDBScript.txt",
  83. "TemplateDB": "/DBScript/EmptyUnibaseTables_Script.txt",
  84. "Procedure": "/DBScript/SP_CreateNewDBScript_FromFile.txt",
  85. "IndustryTemplate": "/DBScript/IndustryTemplateDBScript.txt",
  86. "CreateDBProcedure": "/DBScript/Proc_CreateNewDb.txt"
  87. },
  88. "ExportFilePath": {
  89. "AppFilePath": "/AppSource/",
  90. "XmlFilePath": "/AppSource/orderofapps.xml"
  91. },
  92. "AndroidSettings": {
  93. "AppId": "900685016632",
  94. "AppAuthToken": "AAAA0bUCrjg:APA91bFy7KolXu-EDAtDQ9nunpq4y7Ncrmdep-UMjZaxsu7Wo-oiyNN-52D38dux4mZUmN0tccJKHSKbycEtLwPqBrzFgQMnqtL2zc350DQW_ifa2WYKJRY5lMAg1KRTbOTUSR3Tnn-t"
  95. },
  96. /*
  97. * To Log the information at required statements
  98. * Values : debug, release
  99. * Dependencies: QueryLogging
  100. */
  101. "AppMode": "debug",
  102. /*
  103. * Variable to know the Environment of the application, to manipulate the features depends on the Env (Production,QA, SandBox)
  104. * Values : prod, qa, sandbox
  105. * Dependencies: Logs
  106. */
  107. "Environment": "prod",
  108. "Runtime": "windows",
  109. /*
  110. * Redis Server Configuration for Caching
  111. * Values : Redis Server Details
  112. * Dependencies: Caching
  113. */
  114. "RedisConfiguration": {
  115. "Host": "localhost",
  116. "Port": "6379",
  117. "Password": "Bizgaze@123",
  118. "DatabaseID": "1"
  119. },
  120. /*
  121. * Cache Provider that need to be registered on startup
  122. * Values : InMemory=1, Monogo=2, Hybrid=3(1&2)
  123. * Dependencies: Caching
  124. */
  125. "CacheProvider": "1",
  126. "FileProviderPath": "",
  127. /*
  128. * MongoDb server Configuration for CacheProvider
  129. * Values : if the value is null, cache will be save on same server.
  130. * Dependencies: Caching
  131. */
  132. "MongoCacheConfiguration": {
  133. "Connectionstring": "mongodb://dbadmin:Bizgaze%40123@192.168.89.187:27017/authSource={{mongo_db}}&ssl=false?authSource=admin&readPreference=primary&directConnection=true&ssl=false"
  134. },
  135. /*
  136. * FileProvider to be used in application
  137. * Values : FtpServer=1 , Local=2
  138. * Dependencies: FileSystem
  139. */
  140. "FileProvider": "1",
  141. /*
  142. * Asset Domain Application Details with SecretKey to store the files, If the FileProvider is set as 1
  143. * Values :
  144. * Dependencies: FileSystem
  145. */
  146. "FileProviderConfiguration": {
  147. "FTPServerKey": "MTIzNDU2=",
  148. "FTPServer": "http://192.168.88.216:6003/"
  149. },
  150. "FtpFileConfiguration": {
  151. "Host": "", //FTP HostName or IP
  152. "UserName": "", //UserName For FTP
  153. "Password": "" //Password For FTP
  154. },
  155. "QueueSettings": {
  156. "SeriesQueue": true
  157. },
  158. "SFTPConfiguration": {
  159. "Host": "0",
  160. "Port": "",
  161. "UserName": "",
  162. "Password": "",
  163. "SshHostKeyFingerprint": ""
  164. }
  165. }