Cirilla Documentations

  1. Home
  2. Docs
  3. Cirilla Documentations
  4. General app configurations
  5. Update rest API key

Update rest API key

We created rest API keys in a previous step: Generate rest API key

  1. 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';

Was this article helpful to you? Yes 2 No

How can we help?