14 lines
717 B
Properties
14 lines
717 B
Properties
server.servlet.context-path=/api
|
|
spring.application.name=lorca-core
|
|
spring.datasource.url=jdbc:postgresql://0.0.0.0:5432/lorca_db
|
|
spring.datasource.username=lorca_usr
|
|
spring.datasource.password=lorca_pwd
|
|
spring.datasource.driver-class-name=org.postgresql.Driver
|
|
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
|
|
spring.jpa.generate-ddl=true
|
|
spring.jpa.hibernate.ddl-auto=update
|
|
# HOW TO GENERATE THIS KEY AT :
|
|
# PLAIN TEXT: Boh che cazzo ne so bel testo peró complimenti
|
|
# SECRET KEY: Ma che minchia ne so quale puo essere una bella chiave segreta dio negraccio
|
|
security.jwt.secret-key=93d5326c5ae622c9332f291c6a9868d237e6b41fc47c5f2581448d4d90e90a1a
|
|
security.jwt.expiration-time=3600000 |