Projekt

Obecné

Profil

Stáhnout (749 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
spring.jpa.hibernate.ddl-auto=update
2

    
3
# database connection URL address:
4
spring.datasource.url=jdbc:mysql://localhost:3306/spade
5

    
6
# database connection username:
7
spring.datasource.username=root
8

    
9
# database connection password:
10
spring.datasource.password=
11

    
12
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
13

    
14
# admin account username:
15
account.user.name=root
16

    
17
DATA_PATH=data/
18

    
19
# admin account password:
20
account.user.password=
21

    
22
# custom error pages
23
server.error.whitelabel.enabled=false
24

    
25
# logger
26
logging.level.root=INFO
27
logging.level.cz.zcu.fav.kiv.antipatterndetectionapp=TRACE
28

    
29
# security
30
auth.realm.login=http://localhost:8081/login
31
auth.realm.logout=http://localhost:8081/logout
32
auth.realm.authenticate=http://localhost:8081/authenticate
(1-1/2)