Skip to content

Commit 9569327

Browse files
author
root
committed
remove unecessary credentials
1 parent 14c61ae commit 9569327

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.env.docker

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ QUEUE_DRIVER=beanstalkd
4242
MAIL_DRIVER=smtp
4343
MAIL_HOST=smtp.mailtrap.io
4444
MAIL_PORT=2525
45-
MAIL_USERNAME=ccbcdcb6f224ce
46-
MAIL_PASSWORD=7ad210d0196bb5
45+
MAIL_USERNAME=AddYourUsernameHere
46+
MAIL_PASSWORD=AddYourPasswordHere
4747

48-
FB_APP_ID=1291841020933336
49-
FB_APP_SECRET=ab2676e1ec89bae6a6dfa21bca286f29
48+
FB_APP_ID=AddYourAppIDHere
49+
FB_APP_SECRET=AddYourSecretHere
5050
FB_GRAPH_VERSION=v2.9
5151
FB_REDIRECT_URL=http://api.fb.dev/fb/callback
5252

0 commit comments

Comments
 (0)