-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotion.yml
More file actions
54 lines (42 loc) · 1007 Bytes
/
notion.yml
File metadata and controls
54 lines (42 loc) · 1007 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
44
45
46
47
48
49
50
51
52
53
54
dbWeb: 8084
# Database connection info
database:
driverClass: org.apache.derby.jdbc.EmbeddedDriver
url: jdbc:derby:directory:../Working/LocalPACS/DB;create=true
validationQuery: "VALUES 1"
user:
password:
autoCommitByDefault: true
# Shiro
shiro:
filterUrlPattern: "/*" # The URL pattern for the Shiro servlet filter
iniConfigs: ["classpath:shiro.ini"]
# How to serve our assets
# In production, assets are bundled in the Jar
assets:
overrides:
/: /Users/blezek/Source/Notion/ui/public
server:
type: simple
applicationContextPath: / # Default value*
connector:
type: http
port: 11118
# Email configuration
email:
from:
smtpHostname:
port:
username:
password:
ssl:
notion:
host: myst.mayo.edu:8080
dicomPort: 11117
imageDirectory: ../Working/LocalPACS/Images
logging:
# The default level of all loggers. Can be OFF, ERROR, WARN, INFO, DEBUG, TRACE, or ALL.
level: INFO
# Logger-specific levels.
# loggers:
# org.hibernate.SQL: ALL