You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -25,15 +25,15 @@ Both Node.js and ASP.NET Core 1.0 APIs are split into two projects:
25
25
* Database name: `CustomerSampleNodejs`
26
26
* Username: `CustomerSample`
27
27
* Password: `CustomerSample`
28
-
* Can be configured in [server/index.js](https://github.com/thinktecture/nodejs-vnext-webapi/blob/master/src/nodejs/WebAPI/server/index.js#L69)
28
+
* Can be configured in [server/index.js](https://github.com/thinktecture/nodejs-aspnetcore-webapi/blob/master/src/nodejs/WebAPI/server/index.js#L69)
29
29
* ASP.NET Core 1.0:
30
-
* Switch the comments within `ConfigureDI` [here](https://github.com/thinktecture/nodejs-vnext-webapi/blob/master/src/vnext/WebAPI/Startup.cs#L108)
30
+
* Switch the comments within `ConfigureDI` [here](https://github.com/thinktecture/nodejs-aspnetcore-webapi/blob/master/src/aspNetCore/WebAPI/Startup.cs#L108)
31
31
* Default PostgreSQL settings:
32
32
* Host: `localhost`
33
33
* Database name: `CustomerSampleVNext`
34
34
* Username: `CustomerSample`
35
35
* Password: `CUstomerSample`
36
-
* Can be configured in [Startup.cs](src/vnext/WebAPI/Startup.cs#L103)
36
+
* Can be configured in [Startup.cs](src/aspNetCore/WebAPI/Startup.cs#L103)
37
37
38
38
You can either start both projects as Node.js or as ASP.NET Core 1.0. They won't work together, so you can not use Node.js STS and ASP.NET Core 1.0 Web API.
39
39
@@ -60,7 +60,7 @@ To install PostgreSQL on Windows you can use a graphical installer which can be
0 commit comments