This repository was archived by the owner on Dec 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfiguration.yml
More file actions
executable file
·83 lines (80 loc) · 2.51 KB
/
configuration.yml
File metadata and controls
executable file
·83 lines (80 loc) · 2.51 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
################################################
# Server configurations
################################################
# Set server params
server:
type: simple
applicationContextPath: /
adminContextPath: /admin
connector:
type: http
port: 8080
################################################
# Application configurations
################################################
application:
# License path
# Absolute path to GroupDocs license file
licensePath: /Users/Alex/Documents/GroupDocs.Viewer.lic
# Files/Document path
# Absolute path to a file storage
filesDirectory: /Users/Alex/Documents/GroupDocs/
# Fonts path
# Absolute path to custom fonts directory
fontsDirectory: /Users/Alex/Projects/Fonts/CustomFonts/
resources:
# Run application as service
# Set false to run application with embeded resources
runAsService: false
##############################################
# All params above are required when runAsService: false
##############################################
# Web resources
# Url/link to web resources (html, js, css, etc) archive
resourcesUrl: https://github.com/bobkovalex/QuickView/archive/master.zip
# Resources download
# Set false to download resources on each application run/restart
# Set true to use resources from project
offlineMode: false
# Default document
# Absolute or relative path to default document
defaultDocument: ''
# HTML rendering mode
# Set false for image mode
# Set true for HTML mode
htmlMode: true
# Pages preload
# How many pages from a document should be loaded, remaining pages will be loaded on page scrolling
# Set 0 to load all pages at once
preloadPageCount: 2
# File rewriting on document uploading
# Set false to keep both files
# Set true to replace files with same name
rewrite: true
# Document zoom
# Set false to disable document zooming
zoom: true
# Page navigation
# Set false to disable document navigation (go to next, previous, last and first page)
pageSelector: true
# Document search
# Set false to disable document text search
search: true
# Thumbnails
# Set false to disbale thumbnails
thumbnails: true
# Page rotation
# Set false to disbale pages rotation
rotate: true
# Document download
# Set false to disbale document download
download: true
# Document upload
# Set false to disbale document upload
upload: true
# Document print
# Set false to disbale document print
print: true
# File browser
# Set false to disbale document browse
browse: true