mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
put environmental variable in inline code (#36100)
this puts the code in question in the same style as the other environmental variables on the page
This commit is contained in:
@@ -1387,7 +1387,7 @@ Basic auth password.
|
||||
|
||||
### public_url
|
||||
|
||||
Optional URL to send to users in notifications. If the string contains the sequence \${file}, it is replaced with the uploaded filename. Otherwise, the file name is appended to the path part of the URL, leaving any query string unchanged.
|
||||
Optional URL to send to users in notifications. If the string contains the sequence `${file}`, it is replaced with the uploaded filename. Otherwise, the file name is appended to the path part of the URL, leaving any query string unchanged.
|
||||
|
||||
<hr>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user