grafana / grafana-docker

Grafana docker container
Other
645 stars 378 forks source link

use __FILE as marker for file replacement to avoid issues with variables ending in _FILE #172

Closed DanCech closed 6 years ago

DanCech commented 6 years ago

Since environment variable names should only consist of uppercase letters, digits, and the '' (underscore), this PR adjusts the file-replacement syntax to require 2 underscores like `GF

___FILE(with double underscore) so that it isn't ambiguous when the setting ends with_FILE` (single underscore).