diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..87da5f5 --- /dev/null +++ b/.env.example @@ -0,0 +1,5 @@ +DB_HOST="10.5.0.5" +DB_PORT=3306 +DB_USER="root" +DB_PASSWORD="iloveaidxnfun123" +DB_NAME="aidxnfun" \ No newline at end of file diff --git a/README.md b/README.md index ea97eec..06d650d 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ This can be used in conjunction with the example .env file compatible with this ```dotenv DB_HOST="10.5.0.5" +DB_PORT=3306 DB_USER="root" DB_PASSWORD="iloveaidxnfun123" DB_NAME="aidxnfun"