from .settings_common import *

DEBUG = True
DEVELOPMENT = True

DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.mysql',
        'NAME': 'svtgbi',
        'USER': 'root',
        'PASSWORD': '',
    }
}

URL = 'http://127.0.0.1:8000'
PAYMENT_URL = 'http://21098001.ngrok.io'

CONTACT_EMAIL = 'admin@svtgbi.org'

WORLD_PAY_SECRET_KEY = 'Apples&Pairsd0wntheSta1rs'
WORLD_PAY_INSTALLATION_ID = '269045'
WORLD_PAY_URL = 'https://secure-test.worldpay.com/wcc/purchase'
WORLD_PAY_TEST = True
WORLD_PAY_PASSWORD = 'hdfskj!f%hse39w20934wosd'