Skip to content

Commit 0ab1d2d

Browse files
authored
Create .env
add .env
1 parent e107233 commit 0ab1d2d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

examples/ghost/.env

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
DB_CLIENT=mysql
2+
DB_HOST=database
3+
DB_USER=root
4+
DB_ROOT_PASS=password1
5+
DB_USER_PASS=password2
6+
DB_NAME=ghost
7+
8+
SMTP_HOST=smtp.google.com
9+
SMTP_PORT=587
10+
11+
SMTP_PASS=my-secure-smtp-password
12+
SMTP_MAIL_FROM="Ghost <[email protected]"

0 commit comments

Comments
 (0)