UNPKG

chainode

Version:

A private blockchain network based on node.js

15 lines (11 loc) 295 B
'use strict'; // App configuration settings const Configs = { baseurl: BASEURL_FROM_BE, alerts: { successAdded: 'Data added with success!', deleted: 'Deleted data with success!', error: 'Sorry, there was an error: contact the administrator...', } }; export default Configs;