8 lines
192 B
Python
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 = '' |