-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
37 lines (26 loc) · 1.04 KB
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
### Docker compose files ##################################
# Select which docker-compose files to include. If using docker-sync append `:docker-compose.sync.yml` at the end
COMPOSE_FILE=docker-compose.yml
# Change the separator from : to ; on Windows
COMPOSE_PATH_SEPARATOR=:
# Define the prefix of container names. This is useful if you have multiple projects that use laradock to have seperate containers per project.
COMPOSE_PROJECT_NAME=eveapi
### MARIADB ###############################################
MARIADB_DATABASE=default
MARIADB_USER=default
MARIADB_PASSWORD=secret
MARIADB_PORT=3306
MARIADB_ROOT_PASSWORD=root
### NGINX #################################################
# External Ports
# These are the local ports where the respective services
# will be available on.
NGINX_HTTP=80
NGINX_HTTPS=8443
NGINX_HOST=seatplus.test
####################################### OLD
# SeAT plus Sources
# You want to specify the path to the base SeAT plus folder ie:
# /home/user/code/seat
# Relative to this path should be the public/ directory.
CODE=.