Skip to content

Instantly share code, notes, and snippets.

@Hkazanci93
Created March 15, 2022 07:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hkazanci93/f8acfaeb2811ed6ee3984c70c380ed3d to your computer and use it in GitHub Desktop.
Save Hkazanci93/f8acfaeb2811ed6ee3984c70c380ed3d to your computer and use it in GitHub Desktop.
export default {
redisHost: 'localhost',
redisPassword: 'your_password_for_redis_here',
sessionSecret: 'somesessionsecret',
passwordSaltRounds: 10,
youtube_key: 'youtube_api_key'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment