diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..dce6e29 --- /dev/null +++ b/.env.example @@ -0,0 +1,4 @@ +DB_HOST=localhost +DB_USERNAME=techstore +DB_PASSWORD=dioporco +DB_DATABASE=TechStore \ No newline at end of file diff --git a/.gitignore b/.gitignore index 1a806e8..b548c8d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ img/* !img/example/ -!img/logo.png \ No newline at end of file +!img/logo.png +.env \ No newline at end of file diff --git a/src/db_conf.php b/src/db_conf.php index 2cc2573..80c4c2b 100644 --- a/src/db_conf.php +++ b/src/db_conf.php @@ -1,9 +1,9 @@