Custom Config

Custom Config

Custom configuration can be placed in /app/data/config/config_user.py. For example:
FEATURE_FLAGS = {
  'SSH_TUNNELING': True
}

Be sure to restart the app after making any changes.