source: trip-planner/src/main/resources/application.properties@ 1ad8e64

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
Line 
1spring.datasource.url=jdbc:mariadb://127.0.0.1:3306/tripplanner
2spring.datasource.username=root
3spring.datasource.password=ENC(dyrClJl9Gd2h1bCXOAw1HA==)
4jasypt.encryptor.password=encripteddbpass
5spring.jpa.database-platform=org.hibernate.dialect.MariaDBDialect
6jasypt.encryptor.iv-generator-classname=org.jasypt.iv.NoIvGenerator
7jasypt.encryptor.algorithm=PBEWithMD5AndDES
8
9spring.jpa.show-sql=true
10spring.jpa.hibernate.ddl-auto=update
Note: See TracBrowser for help on using the repository browser.