rsnext/examples/api-routes-apollo-server-and-client-auth/next.config.js
Aaron Reisman a356d2f68c Add Apollo Server and Client Auth Example (#9913)
* Add Apollo Server and Client Auth Example

* Some updates

* Updated docs

Co-authored-by: Luis Alvarez D. <luis@zeit.co>
2020-01-23 14:55:45 -05:00

5 lines
79 B
JavaScript

module.exports = {
serverRuntimeConfig: {
JWT_SECRET: 'changeme',
},
}