Skip to content

Commit 8576ca6

Browse files
committed
WIP amemd me!
1 parent fa1c5f9 commit 8576ca6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

client/ng/src/environments/environment.base.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {Environment} from './environment.model';
22

33
export const environmentBase = {
44
api: {
5-
baseUrl: '127.0.0.1:8000',
5+
baseUrl: 'http://127.0.0.1:8000',
66
path: {
77
auth: '/authentication.php',
88
mail: '/mail.php',

docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ services:
1212
# API - run PHP app
1313
api:
1414
image: php:7.2-apache
15+
command: "/bin/sh -c 'docker-php-ext-install mysqli && exec docker-php-entrypoint apache2-foreground'"
1516
depends_on:
1617
- db
1718
volumes:

0 commit comments

Comments
 (0)