production settings

This commit is contained in:
Martin Quarda 2024-10-18 08:55:24 +02:00
parent 7c7f554fd0
commit c17e14943a

View File

@ -84,9 +84,9 @@ DATABASES = {
}
COMGATE_MERCHANT = 484757
COMGATE_TEST = True
COMGATE_SECRET = '2c07bfabd1a5e4a312dc49929de60aa2'
COMGATE_MERCHANT = 485044
COMGATE_TEST = False
COMGATE_SECRET = '4c36b7faf40575073b26570066ca2a9f'
ADMINS = [('Martin Quarda', 'martin@quarda.cz')]