Update: Test Docker Environments

This commit is contained in:
Yûki VACHOT 2022-01-13 22:05:49 +01:00
parent e3d563d58b
commit 12f71e5a7f
5 changed files with 26 additions and 12 deletions

View file

@ -1,3 +1,4 @@
export const environment = {
production: true
production: true,
api_url: '${API_URL}'
};