Bug fixing
This commit is contained in:
parent
20879490cb
commit
f638ca70f7
1
.env
Normal file
1
.env
Normal file
|
@ -0,0 +1 @@
|
||||||
|
process.env.NEXT_PUBLIC_BASE_URL=https://ppob-backend.k3s.bangun-kreatif.com/v1
|
|
@ -1,7 +1,3 @@
|
||||||
export const appConfig = {
|
export const appConfig = {
|
||||||
apiUrl: 'https://ppob-backend.k3s.bangun-kreatif.com/v1'
|
apiUrl: process.env.NEXT_PUBLIC_BASE_URL || 'https://ppob-backend.k3s.bangun-kreatif.com/v1'
|
||||||
//apiUrl: 'http://localhost:3222/v1'
|
|
||||||
// apiUrl: 'http://localhost:3222/v1'
|
|
||||||
};
|
};
|
||||||
|
|
||||||
//export default appConfig;
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user