Skip to content

Commit

Permalink
feat: added live API
Browse files Browse the repository at this point in the history
  • Loading branch information
noelzappy committed Mar 5, 2023
1 parent d706d92 commit e712fd0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/config/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
const LOCAL_IP = '192.168.35.91';
// const LOCAL_IP = '192.168.35.91';

export const Config = {
API_URL: `http://${LOCAL_IP}:3000/v1`,
BASE_URL: `http://${LOCAL_IP}:3000`,
// API_URL: `http://${LOCAL_IP}:3000/v1`,
// BASE_URL: `http://${LOCAL_IP}:3000`,
GC_API_KEY: 'GCP_API_KEY',
GC_API_URL: 'https://vision.googleapis.com/v1/images:annotate?key=',

API_URL: 'https://test.tipme-app.com/v1',
BASE_URL: 'https://test.tipme-app.com',
};
2 changes: 2 additions & 0 deletions src/theme/themes/default_dark/Images.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@
export default function () {
return {
logo: require('../../assets/images/logo_drk.png'),
chat: require('../../assets/images/chat.png'),
waves: require('../../assets/gifs/waves.gif'),
};
}

0 comments on commit e712fd0

Please sign in to comment.