-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDEV.bat
More file actions
17 lines (15 loc) · 1.27 KB
/
Copy pathDEV.bat
File metadata and controls
17 lines (15 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
C:
setx WebAPI_Docker "server=sqlData;database=DefaultAPI;Trusted_Connection=True;MultipleActiveResultSets=true;trustservercertificate=true;";
setx WebAPI_KissLog "{"OrganizationId": "XXXX", "ApplicationId": "XXXX", "ApiUrl": "https://api.kisslog.net"}";
setx WebAPI_Logs "Server=.\\SQLEXPRESS;Database=DefaultAPI_Logs;User Id=sa;Password=#XXXX;MultipleActiveResultSets=true;trustservercertificate=true;";
setx WebAPI_Sql "Server=.\\SQLEXPRESS;Database=DefaultAPI;User Id=sa;Password=#XXXX;MultipleActiveResultSets=true;trustservercertificate=true;";
setx WebAPI_Cors "["http://localhost:4200", "https://localhost:4200", "https://api.kisslog.net/", "http://api.kisslog.net/", "http://localhost:5187"]";
setx WebAPI_MongoDb "mongodb://localhost:27017";
setx WebAPI_RabbitMQ "{"HostName": "localhost", "UserName": "guest", "Password": "guest"}";
setx WebAPI_Kafka "{"BootstrapServers": "localhost:9092"}";
setx WebAPI_ServiceBus "{"Server": "localhost"}";
setx WebAPI_SendGrid "{"ApiKey": "XPTO", "Client": "localhost", "EmailSender": "non-reply@webapi.com.br", "EmailSenderName": "WebAPI"}"
setx WebAPI_Environment "5";
setx WebAPI_Version "1.0.0";
setx WebAPI_Token "{"Key": "fedaf7d8863b48e197b9287d492b708e", "Issuer": "DefaultAPIServer", "Audience": "https://localhost", "Seconds": 3600}"
pause