toevoeging baseApi + versienummer
All checks were successful
Docker Image CI / build-and-push (push) Successful in 2m16s
Docker Image CI / deploy (push) Successful in 33s

This commit is contained in:
2025-03-13 22:23:44 +01:00
parent 9ca282ca3f
commit 0ebf648017
11 changed files with 31 additions and 12 deletions

View File

@@ -1,4 +1,7 @@
import { version } from '../../package.json';
export const environment = {
baseApi: 'http://localhost:8080/api',
production: false
production: false,
appVersion: version + '-LOCAL'
};