Skip to content

shrimpynuts/ape-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A͇̦͔P̦͕̺E̪͎̟ M͇̼͍O̢͎͜N͇̫̠I͍͕͜T̡̻̝O͕̻̦R̼̼

How do I start the hasura console?

  1. Go to hasura/config.yaml and commment in the staging admin_secret & endpoint values.

  2. Go to hasura/metadata/databases/databases.yaml and comment in the staging database_url value.

From inside the /hasura directory, run the following command:

$ hasura console

How do I run migrations on production?

  1. Go to hasura/config.yaml and commment in the production admin_secret & endpoint values.

  2. Go to hasura/metadata/databases/databases.yaml and comment in the database_url value.

  3. Run this command to apply migrations

$ hasura migrate apply --all-databases
  1. Run the following two commands to apply metadata/permissions
$ hasura metadata apply --endpoint 'https://apemonitor-production.herokuapp.com/'
$ hasura metadata reload --endpoint 'https://apemonitor-production.herokuapp.com/'

About

Track your NFT portfolio on Ethereum.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published