mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 09:35:10 +01:00
6 lines
198 B
JavaScript
6 lines
198 B
JavaScript
let constants = {
|
|
'baseUrl': 'http://staging.ascribe.io/api/',
|
|
'debugCredentialBase64': 'ZGltaUBtYWlsaW5hdG9yLmNvbTowMDAwMDAwMDAw' // dimi@mailinator:0000000000
|
|
};
|
|
|
|
export default constants; |