rsnext/examples/with-graphql-faunadb/next.config.js
fauna-brecht 7d419f885e Let users define their own database as easily as possible. (#10209)
* Let users define their own client token.

* Make sure users know that GraphQL schema can also be done via the UI

* Update README.md

* Update setup.js

Co-authored-by: Matthew Sweeney <mail@msweeneydev.com>
Co-authored-by: Joe Haddad <timer150@gmail.com>
2020-01-22 15:16:56 -05:00

14 lines
444 B
JavaScript

module.exports = {
env: {
/**
|--------------------------------------------------
| Set the client secret for your database here.
|
| Learn more about managing roles and creating private keys:
| https://docs.fauna.com/fauna/current/security/
|--------------------------------------------------
*/
faunaDbSecret: '< GRAPHQL_SECRET >',
faunaDbGraphQlEndpoint: 'https://graphql.fauna.com/graphql',
},
}