cfdi-txt/source/conf.py

13 lines
136 B
Python
Raw Normal View History

2022-08-09 22:43:56 -05:00
#!/usr/bin/env python3
DEBUG = True
TIMEOUT = 10
DELETE_FILES = False
PAC_AUTH = {
'user': 'AAA010101AAA',
'pass': 'PWD',
}