We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5205633 commit ac6545dCopy full SHA for ac6545d
Back-End/Config.toml
@@ -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