source: back_end/src/main/resources/application.properties@ bf9486e

Last change on this file since bf9486e was 81c9e25, checked in by Vzdra <vladko.zdravkovski@…>, 4 years ago

reorganization

  • Property mode set to 100644
File size: 234 bytes
Line 
1server.port=9090
2
3spring.profiles.active=prod
4
5spring.jpa.properties.hibernate.show_sql=true
6spring.jpa.properties.hibernate.use_sql_comments=true
7spring.jpa.properties.hibernate.format_sql=true
8
9logging.level.org.hibernate.type=trace
Note: See TracBrowser for help on using the repository browser.