Update local.toml.example in packages/backend

This commit is contained in:
Vivian Phung 2024-06-24 19:40:54 -04:00
parent c01f8fdabf
commit b7f118bed6
No known key found for this signature in database

View File

@ -3,7 +3,7 @@
port = 8000
gqlPath = "/graphql"
[server.session]
secret = "p4yfpkqnddkui2iw7t6hbhwq74lbqs7bhobvmfhrowoi"
secret = ""
appOriginUrl = "http://localhost:3000"
trustProxy = false
domain = "localhost"
@ -17,6 +17,16 @@
clientId = ""
clientSecret = ""
[google]
clientId = ""
clientSecret = ""
[turnkey]
apiBaseUrl = "https://api.turnkey.com"
apiPrivateKey = ""
apiPublicKey = ""
defaultOrganizationId = ""
[registryConfig]
fetchDeploymentRecordDelay = 5000
restEndpoint = "http://localhost:1317"