* Add documentation for ENVied & SiteConfig * Add images * Fix swapped screenshots and update list
1.4 KiB
1.4 KiB
| title |
|---|
| Configuration |
Configuration
We currently use two gems for configuring the application:
ENVied
This gem is primarily used for configuring environment variables related to credentials and third party services. Examples:
REDIS_URLFASTLY_API_KEYSTRIPE_SECRET_KEY
Settings managed via ENVied can be found in
Envfile (see
Configuring Environment Variables) and
viewed at /internal/config (see Accessing the admin panel):
rails-settings-cached
We use this gem for managing settings used within the app's business logic. Examples:
main_social_imagerate_limit_follow_count_dailysuggested_tags
These settings can be accessed via the
SiteConfig
object and viewed / modified via /internal/config (see
Accessing the admin panel).

