Go to file
Paul Schneider 93394b3e82 api key unprotected 3 years ago
.vscode apikey.creationdate 3 years ago
Controllers api key unprotected 3 years ago
Data ApiKey 3 years ago
Entities ApiKey 3 years ago
Extensions Removes IdentityServer4 usage 3 years ago
Helpers ngh 3 years ago
Interfaces adds aspnet.identity 3 years ago
Migrations ApiKey 3 years ago
Models ApiKey 3 years ago
Services adds aspnet.identity 3 years ago
Views ApiKey 3 years ago
wwwroot more references. 3 years ago
.gitignore initial import 4 years ago
.gitlab-ci.yml api key unprotected 3 years ago
LICENSE Add LICENSE 3 years ago
Program.cs initial import 4 years ago
README.md typo 3 years ago
Startup.cs apikey.creationdate 3 years ago
appsettings.Development.json ApiKey 3 years ago
appsettings.json typo 3 years ago
nuget-host.csproj apikey.creationdate 3 years ago
omnisharp.json builds 3 years ago
tempkey.rsa more references. 3 years ago

README.md

Usage

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 lame-dev
nuget sources add -Name lame-dev -Source Http://localhost:5000/packages
nuget push your-lame-versionned.nupkg -ApiKey <lame-api-key> -Source http://lame-url/packages