Skip to content

Commit

Permalink
including .env
Browse files Browse the repository at this point in the history
  • Loading branch information
unisbadri committed Apr 10, 2021
1 parent d95b36f commit 4933aa4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
DB_ADAPTER=Mysql
DB_HOST=localhost
DB_USERNAME=root
DB_PASSWORD=
DB_DBNAME=invo
DB_CHARSET=utf8

VIEWS_DIR=themes/invo/
BASE_URI=/
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ Thumbs.db
.idea/
vendor/
composer.phar
/.env

0 comments on commit 4933aa4

Please sign in to comment.