mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-03-22 00:41:55 +00:00
fix typo (#534)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user