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.
    config_file
  • Environment Variables: Set key-value pairs for dynamic configurations.
    environment_variables

2. Database Setup

  • Connection String: Configure your database URL in .env file.
    database_connection
  • Migrations: Run npm run migrate to apply schema changes.
    migration_tool

3. Server Options

  • Port: Default is 3000, change it in server.js or .env.
    server_port
  • HTTPS: Enable by providing SSL certificate paths.
    ssl_certificate

For advanced settings, check our Configuration API documentation. 📚

documentation