rsnext/examples/api-routes-apollo-server-and-client-auth/.env

3 lines
220 B
Bash
Raw Normal View History

# Secrets like the one below should go into `.env.local` instead to avoid pushing
# them to a repository, this is an exception for the sake of the example
TOKEN_SECRET="this-is-a-secret-value-with-at-least-32-characters"