ComunicDesktop/Config.js
2019-02-11 18:13:40 +01:00

15 lines
158 B
JavaScript

/**
* Project configuration
*/
const Config = {
/**
* URL to access to Comunic
*/
access_url: 'https://comunic.io'
}
module.exports = Config;