mirror of
https://forge.chapril.org/tykayn/workflow
synced 2025-10-09 17:02:47 +02:00
add stuff in public workflow
This commit is contained in:
parent
a610a9f945
commit
882fd84c96
13 changed files with 466 additions and 4 deletions
48
assets/guessfilenameconfig.py
Normal file
48
assets/guessfilenameconfig.py
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
# -*- coding: utf-8; mode: python; -*-
|
||||
# Time-stamp: <2017-12-08 15:34:30 vk>
|
||||
|
||||
|
||||
# ===================================================================== ##
|
||||
# ##
|
||||
# These are guessfilename configuration settings. ##
|
||||
# ##
|
||||
# You might not want to modify anything if you do not know, what ##
|
||||
# you are doing :-) ##
|
||||
# ##
|
||||
# ===================================================================== ##
|
||||
|
||||
|
||||
# INTEGRATION: modify variables in this file according to your requirements
|
||||
|
||||
MY_INSURANCE_ID = "1234567"
|
||||
|
||||
SOCIAL_SECURITY_NUMBER = "0987654321"
|
||||
|
||||
LOAN_INSTITUTE = "My Bank"
|
||||
LOAN_ID = "123 456 789"
|
||||
SALARY_STARTSTRING = "salaire"
|
||||
RECHTSCHUTZVERSICHERUNG = "wtf_is_this_param"
|
||||
VOLTINO_Kundennummer = "wtf_is_this_param"
|
||||
|
||||
# ===================================================================== ##
|
||||
# ##
|
||||
# These are INTERNAL configuration settings. ##
|
||||
# ##
|
||||
# You might not want to modify anything if you do not REALLY know, ##
|
||||
# what you are doing :-) ##
|
||||
# ##
|
||||
# ===================================================================== ##
|
||||
|
||||
|
||||
# the assert-statements are doing basic sanity checks on the configured variables
|
||||
# please do NOT change them unless you are ABSOLUTELY sure what this means for the rest of lazyblorg!
|
||||
|
||||
#assert type(FILENAME_TAG_SEPARATOR) == unicode
|
||||
#assert type(BETWEEN_TAG_SEPARATOR) == unicode
|
||||
|
||||
|
||||
# END OF FILE #################################################################
|
||||
# Local Variables:
|
||||
# mode: flyspell
|
||||
# eval: (ispell-change-dictionary "en_US")
|
||||
# End:
|
||||
Loading…
Add table
Add a link
Reference in a new issue