-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
executable file
·59 lines (46 loc) · 921 Bytes
/
config.yml
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
# Server settings
server:
# Default application port
applicationConnectors:
- type: http
port: 8012
# Default admin port
adminConnectors:
- type: http
port: 8812
# Correct timezone for the requestlog
requestLog:
type: classic
timeZone: "Europe/Stockholm"
# Correct timezone for the consoleoutput
logging:
appenders:
- type: console
timeZone: "Europe/Stockholm"
# Base Database Server
base:
server: localhost:5432
name: archion
username: postgres
password: root
# Jedis settings
jedis:
server: 127.0.0.1
# Language
language:
base: sv_SE
# Log system
logs:
test:
target: FILE
levels: INFO DEBUG WARNING ERROR
moretest:
target: DATABASE
levels: WARNING ERROR
logsettings:
logfilemaxsize: 100 #This is in megabytes
amazon:
accesskey: dummy
secretkey: example
localmachine:
localfilelocation: C:\Workspace-2\MINAFILER\