-
Notifications
You must be signed in to change notification settings - Fork 7
2_8_Configuration
YMHuang edited this page Jul 26, 2016
·
3 revisions
The configuration provides changing setting for system administrator without modifying the code. The config files are PHP files that are stored in config/ (here). Some configurations are retrieved from environment variables on OS. As a result, the configuration can be modified by changing the environment variables.
The configuration file is used by VMS project.
It contains the following settings.
-
frontendHost: The frontend host URL. Example,https://openisdm.github.io/volunteer -
emailVerificationExpired: The email verification code expired time in hours. -
avatarRootPath: The avatar image's stored path. -
avatarHost: The avatar image's store host URL. -
emailVerificationUrl: The email verification URL. -
passwordResetUrl: The password resetting URL.
This configuration file is used by Dingo API packages. It configures the Dingo API functions, like response transformation and request format.
The configuration file is used by []