Commit Graph

20 Commits (eb6635db8a81cec84808388eaad3af2fa3ad3ca2)

Author SHA1 Message Date
Harry Brundage d2e6424966 Use a string to configure Figaro via application.yml so it doesn't complain
When setting up a new git clone for development, the standard
application.yml copied from application.example.yml gives a warning when
generating a secret or running other rake tasks:

```
➜  bx rake secret
WARNING: Use strings for Figaro configuration. true was converted to "true".
b8755cf41e3ed308780d39f4d3b0196a3fa34f311e233bc1f23770f237a6db898e5249cbf9d52deb029807d363dcfd0b7f36758859dd3e71a85e4a1053ba8479f
```

The value in the YML file was a boolean literal and Figaro expects (and
would get) strings from the environment so it was complaining.
Stringifying the value fixes the warning.
2018-05-01 09:28:46 -04:00
Rick Carlino 77dd36c228 Add note about RAILS_ENV var in application.yml; fix tests. ✔️ 2018-03-07 13:36:01 -06:00
Rick Carlino a8c80eb790 Update application.yml 2018-02-26 09:13:54 -06:00
Rick Carlino 9a8272615e Webdrive works. NEXT: Ignore `features/` dir unless RUN_CAPYBARA is true 2018-02-25 11:59:28 -06:00
Rick Carlino 262798a4df unhardcode rollbar ENVs 2018-02-20 10:33:18 -06:00
Rick Carlino eb1c568a96 Test EXTRA_DOMAINS + CSP updates 2018-01-13 10:39:43 -06:00
Rick Carlino 9676b0addf PORT => API_PORT 2017-12-18 09:13:58 -06:00
Rick Carlino 9fd294d08f Ability to set vhost 2017-10-11 16:25:50 -05:00
Rick Carlino 9fa04019e3 Add force rebuild option to `mqtt:start` 2017-10-11 13:47:10 -05:00
Rick Carlino 2dfb3ca94f Remove FW_UPDATE_SERVER from example file. 2017-10-11 10:32:49 -05:00
Rick Carlino 312fd1f20f Documentation for new mqtt_ws claim 2017-10-05 16:42:46 -05:00
Ender Ahmet Yurt 74465024ed Get rid of Figaro warning.
WARNING: Use strings for Figaro configuration. 587 was converted to "587".
WARNING: Use strings for Figaro configuration. true was converted to "true".
2017-09-22 15:17:21 +03:00
Rory Aronson a05aa1ee09 style updates to the selected crop icon 2017-09-05 16:48:39 -07:00
Rick Carlino f49039b4a6 API_PORT => PORT 2017-07-06 09:55:18 -05:00
Rick Carlino eeae52fa93 Update docs 2017-06-30 09:09:27 -05:00
Rick Carlino 2fc2b02944 Update ENV var documentation 2017-05-18 08:18:58 -05:00
Rick Carlino f729a06353 Add NO_EMAILS env var 2017-05-04 07:39:12 -05:00
Rick Carlino 6cc8d233b3 Update docs 2017-02-21 14:27:41 -06:00
Rick Carlino a557ccd275 Add SMTP_PORT to ENV vars 2017-02-10 07:58:52 -06:00
Rick Carlino b1261962ba [STABLE] Clean up ENV vars for Google Cloud Storage. 2017-01-12 16:55:21 -06:00