1
1
{
2
- // Use IntelliSense to find out which attributes exist for C# debugging
3
- // Use hover for the description of the existing attributes
4
- // For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md
5
- "version" : " 0.2.0" ,
6
- "configurations" : [
2
+ // Use IntelliSense to find out which attributes exist for C# debugging
3
+ // Use hover for the description of the existing attributes
4
+ // For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md
5
+ "version" : " 0.2.0" ,
6
+ "configurations" : [
7
7
{
8
8
"name" : " Demo.API" ,
9
9
"type" : " coreclr" ,
30
30
}
31
31
},
32
32
"env" : {
33
- "ASPNETCORE_ENVIRONMENT" : " Development"
33
+ "ASPNETCORE_ENVIRONMENT" : " Development" ,
34
+ "GoogleApiConfiguration:GeoCodeURI" : " https://maps.googleapis.com/maps/api/geocode" ,
35
+ "GoogleApiConfiguration:MapsKey" : " AIzaSyD6DxZlq_qWFSYs640jw9k_IvFltjM-Uew" ,
36
+ "TokenConfigurations:Audience" : " http://localhost:5000/api/signup" ,
37
+ "TokenConfigurations:Issuer" : " demo.api" ,
38
+ "TokenConfigurations:Seconds" : " 1800" ,
39
+ "ConnectionStrings:MongoDB" : " mongodb://localhost:27017/demodb" ,
40
+ "ConnectionStrings:MYSQL" : " Server=localhost;Database=dbz;User=root;Password=root;" ,
41
+ "ConnectionStrings:RabbitMQ" : " amqp://guest:guest@localhost" ,
42
+ "ConnectionStrings:Redis" : " localhost,name=Demo.Api,defaultDatabase=1"
34
43
},
35
44
"sourceFileMap" : {
36
45
"/Views" : " ${workspaceFolder}/Views"
52
61
"cwd" : " ${workspaceFolder}/Demo.Consumer.HandleMessages" ,
53
62
"stopAtEntry" : false ,
54
63
"console" : " internalConsole"
55
- }
56
- , ]
64
+ },
65
+ ]
57
66
}
0 commit comments