Skip to content

Commit 6ec2a61

Browse files
author
Flatlogic Bot
committed
chore: switch production backend to Hetzner domain and refresh changelog
1 parent 1211886 commit 6ec2a61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/app.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ export interface AppRuntimeConfig {
1616

1717
const buildRuntimeConfig = (): AppRuntimeConfig => {
1818
const hostApi = environment.production
19-
? 'https://sing-generator-node.herokuapp.com'
19+
? 'https://sing-generator-node.flatlogic.com'
2020
: 'http://localhost';
2121
const portApi = environment.production ? '' : '8080';
2222
const baseURLApi = `${hostApi}${portApi ? `:${portApi}` : ``}`;
2323

2424
return {
2525
version: '1.2.0',
26-
remote: 'https://sing-generator-node.herokuapp.com',
26+
remote: 'https://sing-generator-node.flatlogic.com',
2727
isBackend: environment.backend,
2828
hostApi,
2929
portApi,

0 commit comments

Comments
 (0)