Skip to content

gc-victor/epic-stack-with-query

Repository files navigation

Epic Stack with Query

This is an example of how to integrate the Epic Stack with a Query.

Please, check the changes in the history of this repository to see how to integrate the Epic Stack with a Query.

It is important to set the Query environment variables. You can do it running the following commands:

Token secret:

fly secrets set QUERY_SERVER_TOKEN_SECRET=$(openssl rand -hex 32)

Note: If you don't have openssl installed, you can also use 1Password to generate a random secret, just replace $(openssl rand -hex 32) with the generated secret.

Admin email:

fly secrets set QUERY_SERVER_ADMIN_EMAIL=USE_YOUR_EMAIL

Admin password:

fly secrets set QUERY_SERVER_ADMIN_PASSWORD=USE_A_SECURE_PASSWORD

That's it!