Skip to content

Commit

Permalink
fix: adding dotenv-run to npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Nov 20, 2023
1 parent 134c247 commit dbf918c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions nhost/nhost.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ enabled = true
[auth.user]
[auth.user.roles]
default = 'user'
allowed = ['user', 'me', 'manager']
allowed = ['user', 'me', 'manager', 'supervisor', 'engine']

[auth.user.locale]
default = 'en'
Expand Down Expand Up @@ -120,9 +120,9 @@ enabled = false

[auth.method.oauth.azuread]
enabled = true
tenant = '{{ secrets.AUTH_PROVIDER_AZUREAD_TENANT }}'
clientId = '{{ secrets.AUTH_PROVIDER_AZUREAD_CLIENT_ID }}'
clientSecret = '{{ secrets.AUTH_PROVIDER_AZUREAD_CLIENT_SECRET }}'
tenant = '{{ secrets.AUTH_PROVIDER_AZUREAD_TENANT }}'

[auth.method.oauth.bitbucket]
enabled = false
Expand Down Expand Up @@ -172,7 +172,7 @@ enabled = true

[auth.method.webauthn.relyingParty]
name = 'spectacular-console'
origins = ['http://localhost:5173']
# origins = ['http://localhost:5173']

[auth.method.webauthn.attestation]
timeout = 60000
Expand All @@ -197,6 +197,9 @@ method = 'LOGIN'
[storage]
version = '0.4.1'

[storage.antivirus]
server = 'tcp://run-clamav:3310'

[observability]
[observability.grafana]
adminPassword = '{{ secrets.GRAFANA_ADMIN_PASSWORD }}'

0 comments on commit dbf918c

Please sign in to comment.