aboutsummaryrefslogtreecommitdiff
path: root/ansible/roles/install-app/templates/flask_settings
blob: 4e4634551d90afce93aebb5b57fcdaea1f083fc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Managed via ansible, do not edit!

PREFERRED_URL_SCHEME = 'http'
# Add the trailing slash!
BACKEND_URL = '{{ backend_url }}'
BASE_URL = '{{ base_url }}'
BACKEND_TOKEN = '{{ backend_token }}'
SECRET_KEY = '{{ secret_key }}'
# Add the trailing slash!
FILE_SERVER_URL = 'http://armcloud.us/kernel-ci/'

DEBUG = False
TESTING = DEBUG