Skip to content

Commit 261f3c8

Browse files
committed
updated .gitignore to add .env to the repo to allow github action to build the container with the .env credentials
1 parent b451322 commit 261f3c8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

development/.env

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
IP=127.0.0.1
2+
DB_ROOT_PASSWORD=password
3+
DB_NAME=wordpress
4+
5+
#here you can switch between mysql/mariadb
6+
DATABASE=mariadb

0 commit comments

Comments
 (0)