We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db66865 commit 9e1292bCopy full SHA for 9e1292b
README.md
@@ -93,10 +93,21 @@ The following example describes how to build and run the remote HTTP rendering s
93
```
94
95
1. Run the server:
96
+ - Using default configuration
97
- ```bash
98
- node build/app.js server --port=8081
99
- ```
+ ```bash
+ node build/app.js server
100
+ ```
101
+ - Using custom [configuration](https://grafana.com/docs/grafana/latest/image-rendering/#configuration)
102
+
103
104
+ node build/app.js server --config=dev.json
105
106
+ - Using environment variables
107
108
109
+ HTTP_PORT=8085 LOG_LEVEL=debug node build/app.js server
110
111
112
1. Update Grafana configuration:
113
0 commit comments