diff --git a/src/Api/src/app.ts b/src/Api/src/app.ts index 789991e..0cc5b0a 100644 --- a/src/Api/src/app.ts +++ b/src/Api/src/app.ts @@ -45,9 +45,6 @@ class App { private initDatabase(): void { const MONGO_URL = `mongodb+srv://FladDev:${process.env.MONGO_PASSWORD}@flad.mliekr2.mongodb.net/?retryWrites=true&w=majority`; - console.log("MONGO_URL: ", MONGO_URL); - console.log("Test \n") - console.log(MONGO_URL) mongoose.connect(MONGO_URL) .then(() => console.log("Connect to MongoDB database successfully")) .catch(error => console.log("Error connecting : " + error)); diff --git a/src/FLAD/constants/config-dev.ts b/src/FLAD/constants/config-dev.ts deleted file mode 100644 index 88a9750..0000000 --- a/src/FLAD/constants/config-dev.ts +++ /dev/null @@ -1,5 +0,0 @@ -export const spotifyCredentials = { - clientId: 'a5cb39302b6e4c64957de1df50742d71', - clientSecret: 'e23db1cd77ee4b589ee99525e282b2e8', - redirectUri: 'Your Redirect URI' -} diff --git a/src/FLAD/constants/config.ts b/src/FLAD/constants/config.ts deleted file mode 100644 index dee9ff6..0000000 --- a/src/FLAD/constants/config.ts +++ /dev/null @@ -1 +0,0 @@ -export const API_URL = "https://flad-api-production.up.railway.app" \ No newline at end of file