Skip to content

Commit

Permalink
fix(graph): .env.example for remote graph db
Browse files Browse the repository at this point in the history
  • Loading branch information
alber70g committed Nov 21, 2024
1 parent 39a43a7 commit dd5d2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apps/graph/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ NETWORK_STATISTICS_URL="http://localhost:8080/stats"


## Remote via SSH tunnel (uncomment the below)
# rm .s.PGSQL.5432 ; ssh -N -L "$PWD/.s.PGSQL.5432:/var/lib/graph-dev/.s.PGSQL.5432" -L1848:localhost:1848 -L1789:localhost:1789 graph-dev@graph.testnet.kadena.network
# rm .s.PGSQL.5432 ; ssh -N -L "$PWD/.s.PGSQL.5432:/var/lib/graph-dev/.s.PGSQL.5432" -L1848:localhost:1848 -L1789:localhost:1789 -L8080:localhost:8080 graph-dev@graph.testnet.kadena.network
# DATABASE_URL="postgresql://graph-dev@localhost/chainweb-data?host=PATH/TO/REPO/kadena.js/packages/apps/graph&socket_timeout=15"
# NETWORK_HOST="http://localhost:1848"
# MEMPOOL_HOST="localhost:1789"
Expand Down

0 comments on commit dd5d2c4

Please sign in to comment.