Created
August 12, 2021 04:11
-
-
Save ryan-blunden/4f37dad2e46face5a0f03c1e1e1fe436 to your computer and use it in GitHub Desktop.
mandalorion-gifs-secrets-template.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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