🍬 Removed hardcoded reference to import-service

TODO: Remove the repetitive use of thumbnail generating logic
This commit is contained in:
2021-10-21 12:03:58 -07:00
parent 419962c756
commit 116cbf2a62
8 changed files with 28 additions and 13 deletions

View File

@@ -23,6 +23,12 @@ export const API_BASE_URI = hostURIBuilder({
apiPath: "/api",
});
export const IMPORT_SERVICE_HOST = hostURIBuilder({
protocol: "http",
host: process.env.DOCKER_HOST || "localhost",
port: "3000",
apiPath: ``,
});
export const IMPORT_SERVICE_BASE_URI = hostURIBuilder({
protocol: "http",
host: process.env.DOCKER_HOST || "localhost",