Skip to content

Commit

Permalink
App: 🐛 Fix syntax in toml
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckcarpenter committed Apr 17, 2024
1 parent 9a78e6c commit baa922b
Showing 1 changed file with 3 additions and 28 deletions.
31 changes: 3 additions & 28 deletions app/redwood.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,37 +19,16 @@
[notifications]
versionUpdates = ["latest"]

# This file contains the configuration settings for your Redwood app.
# This file is also what makes your Redwood app a Redwood app.
# If you remove it and try to run `yarn rw dev`, you'll get an error.
#
# For the full list of options, see the "App Configuration: redwood.toml" doc:
# https://redwoodjs.com/docs/app-configuration-redwood-toml

[web]
title = "Shepherd Pro"
port = 8910
apiUrl = "/api/v1" # You can customize graphql and dbauth urls individually too: see https://redwoodjs.com/docs/app-configuration-redwood-toml#api-paths
includeEnvironmentVariables = [
'POSTHOG_API_KEY', 'SHEPHERD_PUBLIC_KEY'
]
[api]
port = 8911
[browser]
open = false
[notifications]
versionUpdates = ["latest"]

[studio]
[experimental.studio]
# Determines whether the studio should run with an in memory database or persist the data
# to a file in your project within `./redwood`
enabled = true
inMemory = false

[studio.graphiql]
[experimental.studio.graphiql]
endpoint = 'graphql'

[studio.graphiql.authImpersonation]
[experimental.studio.graphiql.authImpersonation]
authProvider = "dbAuth"
jwtSecret = 'secret'
# userId = undefined (default value)
Expand All @@ -58,7 +37,3 @@

[experimental.dockerfile]
enabled = true


[experimental.dockerfile]
enabled = true

0 comments on commit baa922b

Please sign in to comment.