We created rest API keys in a previous step: Generate rest API key
- Open file in below path:
cirilla/lib/constants/app.dart
2. And replace your Rest API keys and domain with below info in app.dart file:
const String baseUrl = 'https://yourdomain.com/';
const String consumerKey = 'ck_xxxxxxxxxxxxxxxxxx';
const String consumerSecret = 'cs_xxxxxxxxxxxxxxx';