-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.env.example
47 lines (32 loc) · 971 Bytes
/
.env.example
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
36
37
38
39
40
41
42
43
44
45
46
47
# Path to your projects
PROJECTS_DIR=../Projects
# Path to your SSH keys
SSH_DIR=../Server
# Access key for local S3 server
S3_ACCESS_KEY=magiclamp
# Secret key for local S3 server
S3_SECRET_KEY=magiclamp
# Path where files stored on your local S3 server will be stored
S3_DATA_DIR=./data/s3
# The DNS server to use when resolving DNS queries
DNS_RESOLVER=1.1.1.1
# Default PHP version
DEFAULT_PHP_VERSION=7.2
# Automatic PHP version switching?
AUTO_SWITCH_PHP=1
# The name to use in git commits (your name)
GIT_NAME=magicLAMP
# The email to use in git commits (your email)
# The email address used to login to pgAdmin
# The password to used to login to pgAdmin
PGADMIN_PASSWORD=magicLAMP
# Username for RabbitMQ
RABBITMQ_USERNAME=magiclamp
# Password for RabbitMQ
RABBITMQ_PASSWORD=magicLAMP
# User id on your host system
USER_UID=1000
# User group id on your host system
USER_GID=1000