feat: now auth could be disabled with pipeline param
This commit is contained in:
parent
5d1d138aca
commit
604ac0ebbc
4 changed files with 7 additions and 2 deletions
|
|
@ -7,4 +7,5 @@ type Config struct {
|
|||
JwtPrivateKey string `toml:"JwtPrivateKey" env:"JWT_PRIVATE_KEY"`
|
||||
LogLevel string `toml:"LogLevel" env:"LOG_LEVEL"`
|
||||
RmqURL string `toml:"RabbitMQUrl" env:"RABBITMQ_URL"`
|
||||
AuthEnabled string `toml:"AuthEnabled" env:"AUTH_ENABLED"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue