Skip to content
Snippets Groups Projects
Commit 6ec9f17c authored by thibault.capt's avatar thibault.capt
Browse files

update

parent 1fc07661
No related branches found
No related tags found
No related merge requests found
Pipeline #37302 failed
...@@ -9,6 +9,7 @@ stages: ...@@ -9,6 +9,7 @@ stages:
- deploy - deploy
variables: variables:
SPRING_PROFILES_ACTIVE: ci
POSTGRES_DB: tunesphere_db POSTGRES_DB: tunesphere_db
POSTGRES_USER: username POSTGRES_USER: username
POSTGRES_PASSWORD: password POSTGRES_PASSWORD: password
......
spring:
datasource:
url: jdbc:postgresql://postgres:5432/tunesphere_db
username: username
password: password
driver-class-name: org.postgresql.Driver
jpa:
hibernate:
ddl-auto: update
show-sql: false
properties:
hibernate:
format_sql: true
database: postgresql
database-platform: org.hibernate.dialect.PostgreSQLDialect
server:
port: 8088
application:
security:
jwt:
secret: a541e643211a6fd02d1d96b3efd603617eb863887cb58342faa7b395b2732d24
expiration: 86400000
mailing:
frontend:
activation-url: http://localhost:4200/activate-account
app:
music:
upload-dir: uploads/musics
spring: spring:
datasource: datasource:
url: jdbc:postgresql://localhost:5432/tunesphere_db url: jdbc:postgresql://localhost:5432/tunesphere_db
username: username # TODO: Change username username: username
password: password # TODO: Change password password: password
driver-class-name: org.postgresql.Driver driver-class-name: org.postgresql.Driver
jpa: jpa:
hibernate: hibernate:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment