Last active
April 19, 2022 12:48
-
-
Save henryruhs/426007a2274a515b8e496f1608fcad77 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = | |
{ | |
metadata: | |
{ | |
branch: 'develop', | |
environment: 'dev' | |
}, | |
baseUrl: 'http://localhost:3000', | |
apiUrl: 'http://localhost:8000', | |
apiRoutes: | |
{ | |
example: '/example', | |
test: | |
{ | |
insertData: '/_test/insert-data', | |
deleteData: '/_test/delete-data' | |
} | |
} | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment