gault-millau/project/settings/production.py
2019-10-09 15:11:26 +03:00

11 lines
238 B
Python

"""Production settings."""
from .base import *
from .amazon_s3 import *
# Booking API configuration
GUESTONLINE_SERVICE = 'https://api.guestonline.fr/'
GUESTONLINE_TOKEN = ''
LASTABLE_SERVICE = ''
LASTABLE_TOKEN = ''
LASTABLE_PROXY = ''