-
Notifications
You must be signed in to change notification settings - Fork 0
/
env.sample
42 lines (37 loc) · 1.02 KB
/
env.sample
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
#############################################################################################
# Documenation: https://github.com/nickyeoman/phpframework/blob/main/docs/dotenv.md
#############################################################################################
# Global Variables
DEBUG=production
VIEWPATH=App/Views
SALT=MakeASalt32charactersWouldBeNice
BASEURL=http://localhost:8000/
LOGGING=off
# Docker
DOCKERIMAGE=4lights/phpcontainer
DOCKERVER=latest
DOCKERPORT=8000
DOCKERNET=DOCKER_NETWORK_NAME_FOR_PROXY
DOCKERPHPMYADMINPORT=8001
# Database
MYSQL_ROOT_PASSWORD=ChangeThisPassword!
DBHOST=phpframework-db
DBPORT=3306
DBUSER=pfdbu
DBPASSWORD=ChangeThisPassword!
DB=pfdb
# SMTP
MAIL_MAILER=smtp
MAIL_HOST=sample.com
MAIL_PORT=587
#MAIL_PORT=1025
MAIL_USERNAME=sample
MAIL_PASSWORD=samplepass
MAIL_ENCRYPTION=tls
#MAIL_ENCRYPTION=null
MAIL_FROM_NAME="Sample Name"
# IMAP
IMAP_SERVER=imap.gmail.com:993/imap/ssl}INBOX
IMAP_PASSWORD=examplePasswordToAccount