Sha256: bc50cb1f9a29100b29f3c0a1243179a5335588d71ffc0f652bb681dd528b03dc

Contents?: true

Size: 1.91 KB

Versions: 15

Compression:

Stored size: 1.91 KB

Contents

# Application Options

The following configuration options are available for your Bullet Train application. For local development, you can set these values in `config/application.yml`. For hosting providers that we provide first-party support for, you can consult [Render's documentation](https://render.com/docs/environment-variables) and [Heroku's documentation](https://devcenter.heroku.com/articles/config-vars) for how to set these values.

| Option | Purpose | Example Value <sup><a href="#footnote-1">1</a></sup> | Helper Methods |
| --- | --- | --- | --- |
| `BASE_URL` | Specify the full URL where the application is hosted | `https://app.yourproduct.com` | |
| `HIDE_THINGS` | [Hide the "Creative Concept" demo model and "Tangible Thing" template model](/docs/super-scaffolding.md) | `true` | `scaffolding_things_disabled?` |
| `STRIPE_CLIENT_ID` | [Enable the example OAuth2 integration with Stripe Connect](/docs/oauth.md) | `ca_DBOenflO97IalW31IEvpvSKGHjOWhGzJ` | `stripe_enabled?` |
| `CLOUDINARY_URL` | Enable Cloudinary-powered image uploads, including profile photos | `cloudinary://9149...:3HSd...@hfytqhfzj` | `cloudinary_enabled?` |
| `INVITATION_KEYS` | [Restrict new sign-ups](/docs/authentication.md) | `89dshwxja, a9y29ihs1` | `invitation_keys` `invitation_only?` |
| `FONTAWESOME_NPM_AUTH_TOKEN` | [Enable Font Awesome Pro](/docs/font-awesome-pro.md) | `5DC62AA7-5741-4C45-874B-EA9CAA4EE085` | `font_awesome?` |
| `OPENAI_ACCESS_TOKEN` | Enable OpenAI-powered UX improvements | `sk-Tnko8PI15i6du03KkxVExTz3lbkFJV...` | `openai_enabled?` |
| `REDOCLY_ORGANIZATION_ID` | Enable Redocly-powered API documentation | `your-organization-name` | |
| `REDOCLY_API_KEY` | Enable Redocly-powered API documentation |`orgsk_lfyrXAAym8nbSrar9b8wvTN+...`| |

<sup><a name="footnote-1"></a>1</sup> Any credentials listed here aren't real, but we wanted you to know what each looks like so you can recognize the correct value from each provider.

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
bullet_train-1.3.10 docs/application-options.md
bullet_train-1.3.9 docs/application-options.md
bullet_train-1.3.8 docs/application-options.md
bullet_train-1.3.7 docs/application-options.md
bullet_train-1.3.6 docs/application-options.md
bullet_train-1.3.5 docs/application-options.md
bullet_train-1.3.4 docs/application-options.md
bullet_train-1.3.3 docs/application-options.md
bullet_train-1.3.2 docs/application-options.md
bullet_train-1.3.1 docs/application-options.md
bullet_train-1.3.0 docs/application-options.md
bullet_train-1.2.27 docs/application-options.md
bullet_train-1.2.26 docs/application-options.md
bullet_train-1.2.25 docs/application-options.md
bullet_train-1.2.24 docs/application-options.md