We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e254aa commit 6a83694Copy full SHA for 6a83694
.env .env.example
@@ -5,6 +5,7 @@ DB_NAME=easyapp
5
DB_PASSWORD=veryhardpassword
6
7
# change to your installation address
8
+BASE_URL=http://localhost
9
APP_URL=localhost
10
APP_HOST=0.0.0.0
11
APP_PORT=80
@@ -16,4 +17,3 @@ SMTP_USER=user
16
17
SMTP_PASS=password
18
SMTP_CRYPTO=ssl
19
SMTP_PORT=25
-
.gitignore
@@ -19,3 +19,4 @@
/src/storage/uploads/*
20
/!src/storage/uploads/index.html
21
/vendor/
22
+.env
0 commit comments