Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 892 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 892 Bytes

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!