Skip to content

Instantly share code, notes, and snippets.

@aaronpolhamus
Last active September 28, 2017 18:45
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 aaronpolhamus/7c06dcf844c6018d8ca185021b8cfb3f to your computer and use it in GitHub Desktop.
Save aaronpolhamus/7c06dcf844c6018d8ca185021b8cfb3f to your computer and use it in GitHub Desktop.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# This file is the environment file for Airflow. Put this file in /etc/sysconfig/airflow per default
# configuration of the systemd unit files.
#
# AIRFLOW_CONFIG=
# AIRFLOW_HOME=
#
# required setting, 0 sets it to unlimited. Scheduler will get restart after every X runs
PATH=/home/ubuntu/bin:/home/ubuntu/.local/bin:$PATH
SCHEDULER_RUNS=20
# Airflow ENV vars
META_POSTGRES_USER=XXXX
META_POSTGRES_PWD=XXXX
META_POSTGRES_HOST=XXXX
META_POSTGRES_SCHEMA=XXXX
META_POSTGRES_PORT=5432
#..GitHub access token
GITOKEN=XXXX
AWS_ACCESS_KEY_ID=XXXX
AWS_SECRET_ACCESS_KEY=XXXX
DB_USER=XXXX
DB_PWD=XXXX
DB_HOST=XXXX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment