gault-millau/project/settings/production.py
Kuroshini 28c46a593a Revert "Production settings"
This reverts commit d493c5f
2019-11-04 16:19:08 +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 = ''