## <a name="config_that_lives_in_db"></a>Configuration-type-stuff that lives in the database
-`hosts` table:
-`id` (corresponds to `SPOKE_HOST_ID` in the config)
-`https_url`
-`token` (corresponds to `SPOKE_HOST_TOKEN` in the config)
-`os_images` table:
-`id`
-`template_image_file_name`
-`description`
-`deprecated`
-`vm_sizes` table:
-`id`
-`dollars_per_month`
-`memory_mb`
-`vcpus`
-`bandwidth_gb_per_month`
## <a name="docker_secrets"></a>Loading variables from files (docker secrets)
To support [Docker Secrets](https://docs.docker.com/engine/swarm/secrets/), you can also load secret values from files – for example, to load `MAIL_PASSWORD` from `/run/secrets/mail_password`, set