mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 05:07:53 +08:00
20039860eb
Amended documentation to point to it from the install guide in the alternative section Removed callout from the ubuntu guide, as it is unrelated
19 lines
443 B
YAML
19 lines
443 B
YAML
production:
|
|
rails:
|
|
server:
|
|
unique_name: frontend
|
|
configuration:
|
|
ignore_missing_schema: true
|
|
staging:
|
|
rails:
|
|
server:
|
|
unique_name: frontend
|
|
configuration:
|
|
ignore_missing_schema: true
|
|
development:
|
|
rails:
|
|
server:
|
|
unique_name: frontend
|
|
configuration:
|
|
use_asset_pipeline: false
|
|
ignore_missing_schema: true |