Last change
on this file since 1ad8e64 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
436 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | spring.datasource.url=jdbc:mariadb://127.0.0.1:3306/tripplanner
|
---|
| 2 | spring.datasource.username=root
|
---|
| 3 | spring.datasource.password=ENC(dyrClJl9Gd2h1bCXOAw1HA==)
|
---|
| 4 | jasypt.encryptor.password=encripteddbpass
|
---|
| 5 | spring.jpa.database-platform=org.hibernate.dialect.MariaDBDialect
|
---|
| 6 | jasypt.encryptor.iv-generator-classname=org.jasypt.iv.NoIvGenerator
|
---|
| 7 | jasypt.encryptor.algorithm=PBEWithMD5AndDES
|
---|
| 8 |
|
---|
| 9 | spring.jpa.show-sql=true
|
---|
| 10 | spring.jpa.hibernate.ddl-auto=update
|
---|
Note:
See
TracBrowser
for help on using the repository browser.