Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.5 KB

CONFIGURATION.md

File metadata and controls

30 lines (24 loc) · 1.5 KB

Configuration Schema

The project only require changes in configuration file to be deployed.

Type of configuration file

  • Envirnoment

    • Use to setup development and production envirnoment using domain name.
    • Basic details( email and contact number) of the organization.
    • Import all other common config files
  • Mail

    • Details used to connect to the mail server.
  • Database (dev | prod)

    • Details used to connect to the databse server.
    • Can create to different configuration for development and production.
  • Payment Portal(dev | prod)

    • Details used to communicate with Instamojo Payment Portal
    • Can create to different configuration for development and production.
  • Event Details

    • Includes all configs and libraries require to run the system.
    • Define a relative path wrt to index.php
    • Deines DB's table name in which registration data get stored
    • Define data related to Event
  • Volunteer

    • Developer need to add volunteer details in database to allow offline payment

Note

A developer can deploy multiple forms by making copies of form-template folder and changing Event Details file.