Skip to content

Instantly share code, notes, and snippets.

@ryan-blunden
Created August 12, 2021 04:11
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 ryan-blunden/4f37dad2e46face5a0f03c1e1e1fe436 to your computer and use it in GitHub Desktop.
Save ryan-blunden/4f37dad2e46face5a0f03c1e1e1fe436 to your computer and use it in GitHub Desktop.
mandalorion-gifs-secrets-template.yaml
projects:
- name: mandaloriongifs-python
description: Mandalorion GIFS generator using the Flask framework
environments:
- slug: dev
name: Development
configs:
- slug: dev
secrets:
dev:
# Flask Config
FLASK_ENV: 'development'
FLASK_DEBUG: 'True'
SECRET_KEY: ''
HOST: 'localhost'
PORT: '8080'
# GIPHY Config
GIPHY_API_KEY: ''
GIPHY_TAG: 'mandalorion'
GIPHY_RATING: 'pg13'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment