typo
This commit is contained in:
parent
dd4dd9321b
commit
b550f05c4f
2 changed files with 5 additions and 5 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
````sh
|
````sh
|
||||||
|
dotnet user-secrets set ConnectionStrings:DefaultConnection "Server=<lame-pgserver>;Port=<lame-pqport>;Database=<lame-dbname>;Username=<lame-dbusername>;Password=<lame-dbpass>;"
|
||||||
nuget sources remove -Name dev
|
nuget sources remove -Name lame-dev
|
||||||
nuget sources add -Name dev -Source Http://localhost:5000/packages
|
nuget sources add -Name lame-dev -Source Http://localhost:5000/packages
|
||||||
nuget push your-versionned.nupkg -ApiKey 15d0dda1-4028-4896-9f1a-188817da23f4 -Source http://localhost:5000/packages
|
nuget push your-lame-versionned.nupkg -ApiKey <lame-api-key> -Source http://lame-url/packages
|
||||||
|
|
||||||
````
|
````
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
"MaxUserKeyCount": 1
|
"MaxUserKeyCount": 1
|
||||||
},
|
},
|
||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
"DefaultConnection": "Server=<pqserver>;Port=<pqport>;Database=<dbname>;Username=<dbusername>;Password=<dbpass>;"
|
"DefaultConnection": "Server=<pgserver>;Port=<pgport>;Database=<dbname>;Username=<dbusername>;Password=<dbpass>;"
|
||||||
},
|
},
|
||||||
"AllowedHosts": "*",
|
"AllowedHosts": "*",
|
||||||
"Smtp": {
|
"Smtp": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue