Skip to content

Commit

Permalink
Update development.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Fast677 authored Jan 30, 2025
1 parent 90123e7 commit c5b5e7d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions config/development.ini
Original file line number Diff line number Diff line change
@@ -1 +1,25 @@
[server]
port = 3000
host = localhost

[database]
host = localhost
port = 5432
user = your_db_user
password = your_db_password
dbname = your_db_name

[logging]
level = DEBUG
file = logs/development.log

[app]
debug = true
secret_key = your_secret_key

[email]
smtp_server = smtp.yourdomain.com
smtp_port = 587
username = your_email_username
password = your_email_password
from_address = [email protected]

0 comments on commit c5b5e7d

Please sign in to comment.