You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit `config.yml` and add API tokens per source in `cron.sources` (via `api_token`).
33
33
If a source should skip historical fetches, set `only_get_current: true` on that source.
34
34
You can also set `resolution` per source to override provider defaults (for example ElectricityMaps `5_minutes`).
35
-
Set `update_iterval` (seconds) on a source to run it less frequently than the global cron loop (`run_cron_checker_seconds`).
35
+
Set `update_interval` (seconds) on a source to run it less frequently than the global cron loop (`run_cron_checker_seconds`).
36
36
37
37
For ElectricityMaps: Replace "your-electricitymaps-api-token-here" with your actual token. You don't need to modify anything to start collection. We use free endpoints per default.
38
38
@@ -55,7 +55,7 @@ and that should set everythin up so that you can access Elephant under `http://l
55
55
56
56
In production you typically need an SSL certificate to run Elephant.
57
57
58
-
Here we recommend you to use an NGINX reverse proxy and use its SSL certificate handling.
58
+
Here we recommend you to use an NGINX reverse proxy and use its SSL certificate handling.
59
59
Then bind the Elephant `app` container only to localhost.
60
60
61
61
Change the `ports` directive from `8085:8085` to `127.0.0.1:8085:8085`.
0 commit comments