Skip to content

Commit

Permalink
🔧 Add .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
H1rono committed Nov 20, 2024
1 parent bc0271e commit dfb07db
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
MARIADB_HOSTNAME=localhost
MARIADB_USERNAME=root
MARIADB_PASSWORD=password
MARIADB_DATABASE=jomon
MARIADB_PORT=3306
IS_DEBUG_MODE=true
UPLOAD_DIR=./uploads

0 comments on commit dfb07db

Please sign in to comment.