You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gello requires certain environment variables to be set for the server to be run correctly.
# Admin user configuration
ADMIN_EMAIL='an_email_account@gmail.com'
ADMIN_PASSWORD='an_admin_password'# Database configuration
DATABASE_URL='the_url_for_a_postgresql_database'# Redis configuration
REDIS_URL='the_url_for_a_redis_client'# defaults to 'redis://localhost:6379/0'# GitHub configuration values
GITHUB_API_TOKEN='An API token for a user with access to your GitHub organization'
GITHUB_ORG_LOGIN='The login for your GitHub organization'# Trello configuration values
TRELLO_ORG_NAME='The name for your Trello organization'
TRELLO_API_KEY='A user's public trello API key'TRELLO_API_TOKEN='An API token generated by the corresponding user'
GitHub API Token
The GitHub API token you provide should have the following permissions set:
public_repo
read:org
write:repo_hook
Trello Configuration
Gello requires two environment variables be set to properly configure the Trello integration.