UNPKG
brand-assets
Version:
latest (1.0.0)
mobile-v2 (1.0.0)
1.0.0
github.com/MESH01/brand-assets
MESH01/brand-assets
brand-assets
/
mesh01
/
mobile
/
config
/
prod
/
config.js
5 lines
(3 loc)
•
132 B
JavaScript
View Raw
1
2
3
4
5
angular.
module
(
'Mesh01App.config'
,[]) .constant(
'SERVER_URL'
,
'https://www.mesh01.com'
) .constant(
'DEBUG_ENABLED'
,
false
);