Bug fixing

This commit is contained in:
ajat91.sudrajat 2022-01-28 15:18:09 +07:00
parent 20879490cb
commit f638ca70f7
2 changed files with 2 additions and 5 deletions

1
.env Normal file
View File

@ -0,0 +1 @@
process.env.NEXT_PUBLIC_BASE_URL=https://ppob-backend.k3s.bangun-kreatif.com/v1

View File

@ -1,7 +1,3 @@
export const appConfig = {
apiUrl: 'https://ppob-backend.k3s.bangun-kreatif.com/v1'
//apiUrl: 'http://localhost:3222/v1'
// apiUrl: 'http://localhost:3222/v1'
apiUrl: process.env.NEXT_PUBLIC_BASE_URL || 'https://ppob-backend.k3s.bangun-kreatif.com/v1'
};
//export default appConfig;