mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-19 13:54:25 +01:00
(quality) removed rails_12factor
This commit is contained in:
parent
28a78b2acd
commit
fd0dc57503
@ -4,6 +4,8 @@
|
||||
- Fix a security issue: updated express to 4.18.2 to fix [CVE-2022-24999](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24999)
|
||||
- Fix a security issue: updated @claviska/jquery-minicolors to 2.3.6 to fix [CVE-2021-4243](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4243)
|
||||
- Fix a security issue: updated loofah to 2.19.1 to fix [CVE-2022-23514](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23514), [CVE-2022-23515](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23515) and [CVE-2022-23516](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23516)
|
||||
- Removed gem rails_12factor
|
||||
- [TODO DEPLOY] add the `RAILS_LOG_TO_STDOUT=true` environment variable (see [doc/environment.md](doc/environment.md#RAILS_LOG_TO_STDOUT) for configuration details)
|
||||
|
||||
## v5.5.7 2022 December 13
|
||||
|
||||
|
4
Gemfile
4
Gemfile
@ -56,10 +56,6 @@ group :test do
|
||||
gem 'webmock'
|
||||
end
|
||||
|
||||
group :production, :staging do
|
||||
gem 'rails_12factor'
|
||||
end
|
||||
|
||||
gem 'seed_dump'
|
||||
|
||||
gem 'pg'
|
||||
|
@ -338,11 +338,6 @@ GEM
|
||||
loofah (~> 2.3)
|
||||
rails-observers (0.1.5)
|
||||
activemodel (>= 4.0)
|
||||
rails_12factor (0.0.3)
|
||||
rails_serve_static_assets
|
||||
rails_stdout_logging
|
||||
rails_serve_static_assets (0.0.5)
|
||||
rails_stdout_logging (0.0.5)
|
||||
railties (5.2.8.1)
|
||||
actionpack (= 5.2.8.1)
|
||||
activesupport (= 5.2.8.1)
|
||||
@ -552,7 +547,6 @@ DEPENDENCIES
|
||||
railroady
|
||||
rails (~> 5.2.8)
|
||||
rails-observers
|
||||
rails_12factor
|
||||
rb-readline
|
||||
recurrence
|
||||
redis-session-store
|
||||
@ -580,4 +574,4 @@ DEPENDENCIES
|
||||
webmock
|
||||
|
||||
BUNDLED WITH
|
||||
2.3.13
|
||||
2.3.25
|
||||
|
@ -99,6 +99,12 @@ These two variables are also used for SSO authentication.
|
||||
|
||||
This parameter configures the logs verbosity.
|
||||
Available log levels can be found [here](http://guides.rubyonrails.org/debugging_rails_applications.html#log-levels).
|
||||
<a name="RAILS_LOG_TO_STDOUT"></a>
|
||||
|
||||
RAILS_LOG_TO_STDOUT
|
||||
|
||||
Enable redirecting logs (including errors) to stdout.
|
||||
Set this variable to `true` in production environments.
|
||||
<a name="MAX_IMAGE_SIZE"></a>
|
||||
|
||||
MAX_IMAGE_SIZE
|
||||
|
@ -58,6 +58,7 @@ OPENLAB_SSL_VERIFY=true
|
||||
|
||||
# System settings
|
||||
LOG_LEVEL=debug
|
||||
RAILS_LOG_TO_STDOUT=true
|
||||
DISK_SPACE_MB_ALERT=100
|
||||
ADMINSYS_EMAIL=admin@sleede.com
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user