1 |
00db4bda
|
Jiri Trefil
|
spring.jpa.hibernate.ddl-auto=update
|
2 |
|
|
|
3 |
20f290be
|
stepanekp
|
# database connection URL address:
|
4 |
ae95d527
|
stepanekp
|
spring.datasource.url=jdbc:mysql://localhost:3306/spade
|
5 |
20f290be
|
stepanekp
|
|
6 |
|
|
# database connection username:
|
7 |
00db4bda
|
Jiri Trefil
|
spring.datasource.username=root
|
8 |
20f290be
|
stepanekp
|
|
9 |
|
|
# database connection password:
|
10 |
0893b08f
|
Jiri Trefil
|
spring.datasource.password=
|
11 |
00db4bda
|
Jiri Trefil
|
|
12 |
|
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
13 |
20f290be
|
stepanekp
|
|
14 |
|
|
# admin account username:
|
15 |
00db4bda
|
Jiri Trefil
|
account.user.name=root
|
16 |
|
|
|
17 |
|
|
DATA_PATH=data/
|
18 |
20f290be
|
stepanekp
|
|
19 |
|
|
# admin account password:
|
20 |
0893b08f
|
Jiri Trefil
|
account.user.password=
|
21 |
2b46a050
|
Petr Urban
|
|
22 |
|
|
# custom error pages
|
23 |
1e24f29f
|
Petr Urban
|
server.error.whitelabel.enabled=false
|
24 |
|
|
|
25 |
c5111d82
|
Petr Urban
|
# logger
|
26 |
|
|
logging.level.root=INFO
|
27 |
ac45080b
|
Jiri Trefil
|
logging.level.cz.zcu.fav.kiv.antipatterndetectionapp=TRACE
|
28 |
|
|
|
29 |
|
|
# security
|
30 |
44b14b44
|
Jiri Trefil
|
auth.realm.login=http://localhost:8081/login
|
31 |
|
|
auth.realm.logout=http://localhost:8081/logout
|
32 |
ac45080b
|
Jiri Trefil
|
auth.realm.authenticate=http://localhost:8081/authenticate
|