Changeset View
Changeset View
Standalone View
Standalone View
tests/settings.example.py
| Show All 30 Lines | GATEWAYS = { | ||||
| # No settings, but a key is required here to activate the gateway. | # No settings, but a key is required here to activate the gateway. | ||||
| 'bank': {}, | 'bank': {}, | ||||
| } | } | ||||
| # Get the latest from https://dev.maxmind.com/geoip/geoip2/geolite2/. Note that | # Get the latest from https://dev.maxmind.com/geoip/geoip2/geolite2/. Note that | ||||
| # you should check whether we are allowed to redistribute the file according to | # you should check whether we are allowed to redistribute the file according to | ||||
| # the new license (per 2020) if you want to check the file into the repository. | # the new license (per 2020) if you want to check the file into the repository. | ||||
| GEOIP2_DB = '../path/to/GeoLite2-Country.mmdb' | GEOIP2_DB = '../path/to/GeoLite2-Country.mmdb' | ||||
| # Email address for customer support (displayed in form error messages) | |||||
| EMAIL_SUPPORT = "" | |||||