revised includes edited user entity
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
spring.application.name=SafeQR-app
|
||||
#spring.profiles.active=local
|
||||
spring.profiles.active=local
|
||||
http.port=${HTTP_PORT}
|
||||
server.port=${SERVER_PORT}
|
||||
server.ssl.enabled=true
|
||||
@@ -18,3 +18,6 @@ spring.jpa.database-platform=${SERVER_DB_DIALECT}
|
||||
spring.jpa.hibernate.ddl-auto=update
|
||||
spring.jpa.show-sql=true
|
||||
spring.jpa.properties.hibernate.format_sql=true
|
||||
|
||||
google.safebrowsing.api.key=${GOOGLE_SAFEBROWSING_API_KEY}
|
||||
virustotal.api.key=${VIRUSTOTAL_API_KEY}
|
||||
Reference in New Issue
Block a user