This commit is contained in:
Jason G
2022-04-11 12:31:52 -07:00
committed by GitHub
parent 32b79f4af9
commit 61a04877a3

View File

@@ -81,7 +81,7 @@ configuration file to include the following options:
```ruby
# set the following variables to the values obtained in step 2
default['firezone']['authentication']['google']['enabeld'] = true
default['firezone']['authentication']['google']['enabled'] = true
default['firezone']['authentication']['google']['client_id'] = 'GOOGLE_CLIENT_ID'
default['firezone']['authentication']['google']['client_secret'] = 'GOOGLE_CLIENT_SECRET'
default['firezone']['authentication']['google']['redirect_uri'] = 'GOOGLE_REDIRECT_URI'