Skip to content

Commit 6a83694

Browse files
committed
Remove .env from source control
1 parent 3e254aa commit 6a83694

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.env .env.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ DB_NAME=easyapp
55
DB_PASSWORD=veryhardpassword
66

77
# change to your installation address
8+
BASE_URL=http://localhost
89
APP_URL=localhost
910
APP_HOST=0.0.0.0
1011
APP_PORT=80
@@ -16,4 +17,3 @@ SMTP_USER=user
1617
SMTP_PASS=password
1718
SMTP_CRYPTO=ssl
1819
SMTP_PORT=25
19-

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@
1919
/src/storage/uploads/*
2020
/!src/storage/uploads/index.html
2121
/vendor/
22+
.env

0 commit comments

Comments
 (0)