-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotion.example.yml
More file actions
32 lines (26 loc) · 929 Bytes
/
notion.example.yml
File metadata and controls
32 lines (26 loc) · 929 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
# Creates a web interface to the database, if set to a particular port.
dbWeb: 8084
# Database connection info
# For simplicity, Notion uses the Derby embedded database, see
# http://db.apache.org/derby/ for more information.
# The directory where the DB in installed is specified after the 'directory:'
# portion of the URL.
database:
driverClass: org.apache.derby.jdbc.EmbeddedDriver
url: jdbc:derby:directory:NotionPACS/DB;create=true
validationQuery: "VALUES 1"
user:
password:
autoCommitByDefault: true
# Notion specific configuration. dicomPort is the port Notion uses to
notion:
# where to listen for incoming DICOM connections
dicomPort: 11117
# where to store images
imageDirectory: NotionPACS/Images
logging:
# The default level of all loggers. Can be OFF, ERROR, WARN, INFO, DEBUG, TRACE, or ALL.
level: ERROR
# Configure user authentication
shiro:
iniConfigs: ["classpath:shiro.ini"]