feat: changes to implement one click deployment

feat: changes to implement one click deployment
This commit is contained in:
prafull-opensignlabs
2025-03-24 08:11:52 +00:00
parent 4313d8d0e4
commit 3e9b84de72
3 changed files with 3 additions and 314 deletions
-4
View File
@@ -6,10 +6,6 @@ dotenv.config();
export const cloudServerUrl = 'http://localhost:8080/app';
export const appName = 'OpenSign™';
export function customAPIurl() {
const url = new URL(cloudServerUrl);
return url.pathname === '/api/app' ? url.origin + '/api' : url.origin;
}
export const color = [
'#93a3db',