Files
planning-center-to-local-pl…/.env.example

15 lines
663 B
Plaintext

# Please go to https://api.planningcenteronline.com/oauth/applications
# Create new Personal Access Token
# Paste them below
CLIENT = ""
SECRET = ""
# USER_ID can be found via API or after logging into PCO, clicking your initials in top right of screen, and clicking "My Profile".
# The URL will be: https://services.planningcenteronline.com/people/XX{user_id}/edit
# Just grab the numbers, not the two letters before it.
USER_ID = ""
# DIR is the final resting place of your music files from PCO. Should be accessible on the same device/VM as this flask app is running.
# TODO: Add ssh possibility
DIR = ""
# Options include DEBUG, INFO, ERROR
LOGLEVEL = "INFO"