sitespeedio/dashboard.sitespeed.io

Sample contents of `/config/crux.json`

JoyceBabu opened this issue · 1 comments

config/crux.json in the respository extends /config/crux.json. Can you share sample contents for /config/crux.json? Is it same as /config/secrets.json?

I have added the following content to crux.json and it is not showing any errors

{
  "extends": "/config/secrets.json",
  "crux": {
    "key": "MY_CRUX_KEY"
  }
}