Welcome to the configuration section of our tutorial web app! 🚀 Here's how you can customize your application settings:
1. Basic Configuration
config.json
: The main configuration file located in the root directory.- Environment Variables: Set key-value pairs for dynamic configurations.
2. Database Setup
- Connection String: Configure your database URL in
.env
file. - Migrations: Run
npm run migrate
to apply schema changes.
3. Server Options
- Port: Default is
3000
, change it inserver.js
or.env
. - HTTPS: Enable by providing SSL certificate paths.
For advanced settings, check our Configuration API documentation. 📚