зеркало из https://github.com/Azure/reddog-code.git
fbdd8d2a60
Updated VirtualCustomers to ensure dapr sidecar is up. Updated Bootstrapper to ensure dapr running. Removed unused variables. Added startup probes Updated branch deployment kustomization Added middle-out compression (#27) Added middle-out compression Tres commas |
||
---|---|---|
.. | ||
Migrations | ||
Dockerfile | ||
Program.cs | ||
README.md | ||
RedDog.Bootstrapper.csproj |
README.md
create user reddog with password = [PASSWORD]; go
grant create table to reddog; go
grant control on schema::dbo to reddog; go
Running migrations DAPR_GRPC_PORT=5801 dotnet ef migrations add InitialCreate