feat: update API base URL and change exposed ports to 6969 for frontend and backend services
This commit is contained in:
@@ -1,20 +1,11 @@
|
||||
spring:
|
||||
datasource:
|
||||
url: jdbc:h2:mem:condado;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
|
||||
username: sa
|
||||
password:
|
||||
driver-class-name: org.h2.Driver
|
||||
|
||||
jpa:
|
||||
hibernate:
|
||||
ddl-auto: create-drop
|
||||
ddl-auto: update
|
||||
show-sql: true
|
||||
properties:
|
||||
hibernate:
|
||||
dialect: org.hibernate.dialect.H2Dialect
|
||||
|
||||
mail:
|
||||
host: localhost
|
||||
host: mailhog
|
||||
port: 1025
|
||||
username: test
|
||||
password: test
|
||||
@@ -24,19 +15,3 @@ spring:
|
||||
auth: false
|
||||
starttls:
|
||||
enable: false
|
||||
|
||||
app:
|
||||
password: devpassword
|
||||
recipients: dev@example.com
|
||||
jwt:
|
||||
secret: dev-secret-key-at-least-256-bits-long-for-hs256-algorithm
|
||||
expiration-ms: 86400000
|
||||
|
||||
imap:
|
||||
host: localhost
|
||||
port: 993
|
||||
inbox-folder: INBOX
|
||||
|
||||
openai:
|
||||
api-key: dev-key
|
||||
model: gpt-4o
|
||||
|
||||
Reference in New Issue
Block a user