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 4e5364a..7b22a69 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ src/img/* !src/img/example/ -!src/img/logo.png \ No newline at end of file +!src/img/logo.png +.env \ No newline at end of file diff --git a/src/db_conf.php b/src/db_conf.php index 2cc2573..b475761 100644 --- a/src/db_conf.php +++ b/src/db_conf.php @@ -1,9 +1,9 @@