We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75718d9 commit 4f1476cCopy full SHA for 4f1476c
README.md
@@ -55,14 +55,14 @@ angular.module('yourApp', ['environment']).
55
envServiceProvider.config({
56
domains: {
57
development: ['localhost', 'acme.dev.local'],
58
- production: ['acme.com', '*.acme.com', 'acme.dev.prod']
+ production: ['acme.com', '*.acme.com', 'acme.dev.prod'],
59
test: ['test.acme.com', 'acme.dev.test', 'acme.*.com'],
60
// anotherStage: ['domain1', 'domain2']
61
},
62
vars: {
63
development: {
64
apiUrl: '//api.acme.dev.local/v1',
65
- staticUrl: '//static.acme.dev.local'
+ staticUrl: '//static.acme.dev.local',
66
// antoherCustomVar: 'lorem',
67
// antoherCustomVar: 'ipsum'
68
@@ -74,7 +74,7 @@ angular.module('yourApp', ['environment']).
74
}
75
production: {
76
apiUrl: '//api.acme.com/v1',
77
- staticUrl: '//static.acme.com'
+ staticUrl: '//static.acme.com',
78
79
80
0 commit comments