pastebinner/config/local_env.yml

10 lines
430 B
YAML
Raw Normal View History

2022-01-27 03:41:43 +00:00
# Rename this file to local_env.yml
# Add account settings and API keys here.
# This file should be listed in .gitignore to keep your settings secret!
# Each entry gets set as a local environment variable.
# This file overrides ENV variables in the Unix shell.
# For example, setting:
# GMAIL_USERNAME: 'Your_Gmail_Username'
# makes 'Your_Gmail_Username' available as ENV["GMAIL_USERNAME"]
#GMAIL_USERNAME: 'Your_Gmail_Username'