QC Job
# fix - Create dan edit - Bagikam WA - Loading ## No isssue
This commit is contained in:
13
src/util/app_config.ts
Normal file
13
src/util/app_config.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import os from "os";
|
||||
|
||||
const app_config = {
|
||||
title: "Example Title",
|
||||
description: "Example Description",
|
||||
host:
|
||||
os.platform() === "darwin"
|
||||
? "http://localhost:3000"
|
||||
: "https://test-hipmi.wibudev.com",
|
||||
isLocal: os.platform() === "darwin",
|
||||
};
|
||||
|
||||
export default app_config;
|
||||
Reference in New Issue
Block a user