potiuk commented on a change in pull request #18652:
URL: https://github.com/apache/airflow/pull/18652#discussion_r720844803
##########
File path: airflow/config_templates/config.yml
##########
@@ -1177,6 +1177,20 @@
type: string
example: ~
default: "#fff"
+ - name: enable_environment_banner
+ description: |
+ Enable banner indicating environment type of the instance
+ version_added: ~
+ type: boolean
+ example: ~
+ default: "False"
+ - name: environment_type
+ description: |
+ Environment type of this Airflow instance. One of PROD, STAGING, TEST.
Review comment:
```suggestion
Environment type of this Airflow instance. Example would be PROD,
STAGING, TEST.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]