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 1211886 commit 6ec2a61Copy full SHA for 6ec2a61
1 file changed
src/app/app.config.ts
@@ -16,14 +16,14 @@ export interface AppRuntimeConfig {
16
17
const buildRuntimeConfig = (): AppRuntimeConfig => {
18
const hostApi = environment.production
19
- ? 'https://sing-generator-node.herokuapp.com'
+ ? 'https://sing-generator-node.flatlogic.com'
20
: 'http://localhost';
21
const portApi = environment.production ? '' : '8080';
22
const baseURLApi = `${hostApi}${portApi ? `:${portApi}` : ``}`;
23
24
return {
25
version: '1.2.0',
26
- remote: 'https://sing-generator-node.herokuapp.com',
+ remote: 'https://sing-generator-node.flatlogic.com',
27
isBackend: environment.backend,
28
hostApi,
29
portApi,
0 commit comments