Project

General

Profile

1
server.host          = localhost
2
server.port          = 8090
3

    
4
is.host              = localhost
5
is.port              = 8080
6

    
7
dnet.baseDir         = /var/lib/dnet/${server.port}
8

    
9
ui.authenticationUrl = http://
10
ui.ribbonEnv         = ${server.host}:${server.port}
11
ui.ribbonAccent      = turquoise
12
ui.authorization     = mock
13

    
14
spring.velocity.dateToolAttribute = dateTool
    (1-1/1)