aboutsummaryrefslogtreecommitdiff
path: root/Timeline.Tests/Properties
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-02-04 23:25:33 +0800
committercrupest <crupest@outlook.com>2019-02-04 23:25:33 +0800
commit4fea4164fad943eebc1850042994fdbaad3682f9 (patch)
tree36522d986769b0520afd53a791674644305a1dd1 /Timeline.Tests/Properties
downloadtimeline-4fea4164fad943eebc1850042994fdbaad3682f9.tar.gz
timeline-4fea4164fad943eebc1850042994fdbaad3682f9.tar.bz2
timeline-4fea4164fad943eebc1850042994fdbaad3682f9.zip
Init commit.
Diffstat (limited to 'Timeline.Tests/Properties')
-rw-r--r--Timeline.Tests/Properties/launchSettings.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/Timeline.Tests/Properties/launchSettings.json b/Timeline.Tests/Properties/launchSettings.json
new file mode 100644
index 00000000..0c1cae5d
--- /dev/null
+++ b/Timeline.Tests/Properties/launchSettings.json
@@ -0,0 +1,27 @@
+{
+ "iisSettings": {
+ "windowsAuthentication": false,
+ "anonymousAuthentication": true,
+ "iisExpress": {
+ "applicationUrl": "http://localhost:11197/",
+ "sslPort": 0
+ }
+ },
+ "profiles": {
+ "IIS Express": {
+ "commandName": "IISExpress",
+ "launchBrowser": true,
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ }
+ },
+ "Timeline.Tests": {
+ "commandName": "Project",
+ "launchBrowser": true,
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ },
+ "applicationUrl": "https://localhost:11199/;http://localhost:11198/"
+ }
+ }
+} \ No newline at end of file