From d7b1c51a7279a0861a54ab4f4de8cb7b540948ef Mon Sep 17 00:00:00 2001
From: "thibault.capt" <thibault.capt@etu.hesge.ch>
Date: Sun, 12 Jan 2025 18:49:39 +0100
Subject: [PATCH] Update file application-ci.yml

---
 backend/src/main/resources/application-ci.yml | 32 -------------------
 1 file changed, 32 deletions(-)
 delete mode 100644 backend/src/main/resources/application-ci.yml

diff --git a/backend/src/main/resources/application-ci.yml b/backend/src/main/resources/application-ci.yml
deleted file mode 100644
index ceaf878..0000000
--- a/backend/src/main/resources/application-ci.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-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
-- 
GitLab