Skip to content

Commit ac6545d

Browse files
authored
Create Config.toml
1 parent 5205633 commit ac6545d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Back-End/Config.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Database configuration
2+
[ResourceHub.database]
3+
USER = "your_db_user"
4+
PASSWORD = "your_db_password"
5+
HOST = "localhost"
6+
PORT = 3306
7+
DATABASE = "resourcehub"
8+
9+
# SMTP server configuration
10+
[ResourceHub.common]
11+
SMTP_HOST = "smtp.gmail.com"
12+
SMTP_USER = "your_email@gmail.com"
13+
SMTP_PASSWORD = "your_app_password"
14+
15+
# API keys
16+
[ResourceHub.report]
17+
PDFSHIFT_API_KEY = "your_pdfshift_api_key"

0 commit comments

Comments
 (0)