Skip to content

Commit

Permalink
avniproject#733 | Removed the unnecessary annotations and test file
Browse files Browse the repository at this point in the history
  • Loading branch information
ombhardwajj committed Jun 25, 2024
1 parent c0a35e7 commit 872e4a5
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
package org.avni.server.domain.metabase;

import org.springframework.stereotype.Component;

@Component
public class Database {
private Integer id;
private String name;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
package org.avni.server.domain.metabase;

import org.springframework.stereotype.Component;

@Component
public class DatabaseDetails {
private String host;
private String port;
Expand Down
2 changes: 1 addition & 1 deletion avni-server-api/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,4 @@ avni.reportingSystems[2].url=${AVNI_REPORTING_SYSTEM_2_URL:}

#metabase
metabase.api.url=${METABASE_API_URL:http://localhost:3000/api}
metabase.api.key=${METABASE_API_KEY:mb_RXwY6ip5FKeVjrP3EdZOQrDyajrKBTT7FXF6X2anUCg=}
metabase.api.key=${METABASE_API_KEY:mb_uhFRMqCSre4v/hTZTsQcMnh8k2GCZFX2tGmSBdoxNow=}

This file was deleted.

0 comments on commit 872e4a5

Please sign in to comment.