cfdi-txt/source/conf.py

13 lines
136 B
Python

#!/usr/bin/env python3
DEBUG = True
TIMEOUT = 10
DELETE_FILES = False
PAC_AUTH = {
'user': 'AAA010101AAA',
'pass': 'PWD',
}