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
{{ message }}
This repository has been archived by the owner on May 7, 2022. It is now read-only.
Right now we have a list of Horizon basics and Building Horizon apps I'm not sure if either of these is a good spot or maybe it should go under Resources.
This guide should start with the assumption that:
You have built your Horizon app
You have your database in a ready state with collections and indexes created
Either thanks to --auto-create-collection --auto-create-index and/or use of hand editing the schema.toml file
The guide should then cover:
Exporting your current database collections/indexes meta-state into schema.toml
Securely moving schema.toml and secrets.toml file to your deployment server.
Or maybe putting schema.toml into source control but explain why secrets.toml should definitely not be? (Unless it's a private repo?)
How to start hz serve and import the new schema.toml settings
Including recommended configuration for hz serve in production
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Right now we have a list of
Horizon basics
andBuilding Horizon apps
I'm not sure if either of these is a good spot or maybe it should go underResources
.This guide should start with the assumption that:
--auto-create-collection --auto-create-index
and/or use of hand editing theschema.toml
fileThe guide should then cover:
schema.toml
schema.toml
andsecrets.toml
file to your deployment server.schema.toml
into source control but explain whysecrets.toml
should definitely not be? (Unless it's a private repo?)hz serve
and import the newschema.toml
settingshz serve
in productionThe text was updated successfully, but these errors were encountered: