Docly Child

Admin/Author App Configuration

Estimated reading: 1 minute

Configure app with your server

In the Main directory Goto the lib -> utils -> AppConstant.dart file and change your base URL.

Const BaseUrl = 'https://Your_Server_Url/wp-json/';

Configure your "consumerSecret" and "consumerKey"

In the Main directory Goto the lib -> utils -> AppConstant.dart file and change your keys.

Const consumerSecret = 'cs_d8906e96e5ca786786b0deff6bb29869ssa66437';
Const consumerKey = 'ck_a9f66d00a1e59d6158c9bd2432ab6sas191de65';

Leave a Comment

Share this Doc
CONTENTS