gault-millau/project/settings/production.py
2019-10-01 18:25:57 +03:00

8 lines
192 B
Python

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