mirror of
https://github.com/ecency/ecency-mobile.git
synced 2025-01-02 19:06:39 +03:00
8 lines
258 B
JavaScript
8 lines
258 B
JavaScript
export const hsOptions = {
|
|
base_url: 'https://hivesigner.com/',
|
|
client_id: 'ecency.app',
|
|
redirect_uri: 'http://127.0.0.1:3000/auth',
|
|
scope:
|
|
'vote,comment,delete_comment,comment_options,custom_json,claim_reward_balance,account_update,offline',
|
|
};
|