-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig_template.yaml
More file actions
43 lines (31 loc) · 888 Bytes
/
config_template.yaml
File metadata and controls
43 lines (31 loc) · 888 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
path_to_products_folder: '' # Path to the products folder on the server
server_program_path: '' # Path to the program on the server
# Path to the documents templates folder
# By default, in the root folder of the program
templates_folder_path: 'templates'
program_name: 'Stockwise' # Program name
program_version_number: '2.2.0' # Program version
# List of people from whom the document is received
signature_from_human:
- ''
# List of positions of people from whom the document is received
signature_from_position:
- ''
# List of people to whom the document is received
signature_whom_human:
- ''
# List of positions of people to whom the document is received
signature_whom_position:
- ''
# Blacklist of the memo
document_blacklist:
- ''
# Application Blacklist
bid_blacklist:
- ''
# Whitelist of the memo
document_whitelist:
- ''
# Application whitelist
bid_whitelist:
- ''