initial commit
This commit is contained in:
11
.env.example
Normal file
11
.env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
# 'db' as in the db container. If you chance db container's name, change it here too.
|
||||
DB_HOST=db
|
||||
|
||||
DB_USER=wordpress
|
||||
DB_PWD=supersecretpassword
|
||||
|
||||
# name of the database
|
||||
DB_NAME=wordpress
|
||||
|
||||
# pwd of "root" user. Change this. Seriously.
|
||||
DB_ROOT_PASSWORD=blowfish
|
||||
Reference in New Issue
Block a user