Update config.ini

This commit is contained in:
Michael Woolweaver 2019-04-16 01:15:07 -05:00 committed by GitHub
parent 7ef16d09d8
commit 9d0b741d2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[DEFAULT]
api_path = http://localhost/admin/api.php
consumer_key = CONSUMERKEY
consumer_secret = CONSUMERSECRET
access_token = ACCESS-TOKEN
access_token_secret = ACCESSTOKENSECRET
consumer_key = VALUE1
consumer_secret = VALUE2
access_token = VALUE3
access_token_secret = VALUE4