mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
11 lines
400 B
JavaScript
11 lines
400 B
JavaScript
'use strict';
|
|
|
|
let constants = {
|
|
//'baseUrl': 'http://localhost:8000/api/',
|
|
'baseUrl': 'http://staging.ascribe.io/api/',
|
|
'debugCredentialBase64': 'ZGltaUBtYWlsaW5hdG9yLmNvbTowMDAwMDAwMDAw', // dimi@mailinator:0000000000
|
|
'aclList': ['edit', 'consign', 'transfer', 'loan', 'share', 'download', 'view', 'delete', 'del_from_collection', 'add_to_collection']
|
|
};
|
|
|
|
export default constants;
|