enabled public registration online
This commit is contained in:
parent
2050cbd3a1
commit
22ead9734e
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ resource "scaleway_container" "main" {
|
|||
http_option = "redirected"
|
||||
|
||||
environment_variables = {
|
||||
"foo" = "var"
|
||||
"WEB_PUBLIC_REGISTRATION" = "1"
|
||||
}
|
||||
secret_environment_variables = {
|
||||
"key" = "secret"
|
||||
|
|
|
|||
Reference in a new issue