Initial commit.
This commit is contained in:
25
imagora-launcher/src/main/resources/application-local.yaml
Normal file
25
imagora-launcher/src/main/resources/application-local.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
application:
|
||||
security:
|
||||
jwt:
|
||||
secret-key: secret
|
||||
expiration-delay-in-minutes: 5
|
||||
password:
|
||||
salt: s@lT
|
||||
|
||||
server:
|
||||
error:
|
||||
whitelabel:
|
||||
enabled: false # Disable html error responses.
|
||||
include-stacktrace: never
|
||||
http2:
|
||||
enabled: true
|
||||
|
||||
spring:
|
||||
datasource:
|
||||
url: jdbc:postgresql://localhost:11979/imagora_database
|
||||
username: imagora_user
|
||||
password: P@ssword!
|
||||
driver-class-name: org.postgresql.Driver
|
||||
jpa:
|
||||
show-sql: false
|
||||
open-in-view: false
|
||||
Reference in New Issue
Block a user