Skip to content

Instantly share code, notes, and snippets.

@henryruhs
Last active April 19, 2022 12:48
Show Gist options
  • Save henryruhs/426007a2274a515b8e496f1608fcad77 to your computer and use it in GitHub Desktop.
Save henryruhs/426007a2274a515b8e496f1608fcad77 to your computer and use it in GitHub Desktop.
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