mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 00:05:00 +08:00
![Penar Musaraj](/assets/img/avatar_default.png)
We had Prettier pinned because of https://github.com/prettier/prettier/issues/5529. Since that bug is fixed, unpinning. Prettier now supports YAML, so this applies Prettier to all .yml except for translations, which should not be edited directly anyway.
20 lines
372 B
YAML
20 lines
372 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
|