Skip to content

algowars/server

Repository files navigation

Algowars Server

ci Quality Gate Status codecov

Local user secrets setup

The scripts below populate user secrets for src/PublicApi/PublicApi.csproj. CORS is configured in src/PublicApi/appsettings.Development.json.

PowerShell (Windows)

From the repository root:

./scripts/setup-user-secrets.ps1

Bash (Linux/macOS/Git Bash)

From the repository root:

./scripts/setup-user-secrets.sh

Prompt behavior

  • Press Enter to use the shown default value.
  • Type skip to leave a key unchanged.
  • Set MessageBus:Transport to RabbitMQ or AzureServiceBus.
    • RabbitMQ: prompts only RabbitMQ settings.
    • AzureServiceBus: prompts only Azure Service Bus connection string.

About

Online Competitive Coding Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors