Skip to content

Commit

Permalink
fix a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
wildman9x committed Apr 6, 2024
1 parent d878a2f commit f604b35
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DotnetGRPC/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
c.SwaggerEndpoint("/swagger/v1/swagger.json", "My API V1");
});

Console.WriteLine($"Backup Token: {DotnetGRPC.GlobalVariables.Database.BackupToken}");

if (app.Environment.IsDevelopment())
{
var config = new ConfigurationBuilder()
Expand All @@ -51,8 +53,7 @@
// builder.Services.AddAzureClients(x => {
// x.UseCredential(new DefaultAzureCredential());
// });

Console.WriteLine($"Backup Token: {DotnetGRPC.GlobalVariables.Database.BackupToken}");


}
else
Expand Down

0 comments on commit f604b35

Please sign in to comment.