Skip to content

Commit 4bea16d

Browse files
committed
docs: rename postgre -> postgres
1 parent 5c7f6c8 commit 4bea16d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scripts/bootstrap/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DATABASE_URL=postgre://postgres:testing@localhost:5434/datalayer-postgres-db
1+
DATABASE_URL=postgres://postgres:testing@localhost:5434/datalayer-postgres-db
22
DATABASE_SCHEMA=public
33
INDEXER_URL="http://localhost:8080/v1/graphql"
44
PUBLIC_GATEWAY_URLS=["https://gitcoin.mypinata.cloud", "https://ipfs.io", "https://dweb.link", "https://cloudflare-ipfs.com", "https://gateway.pinata.cloud", "https://ipfs.infura.io", "https://ipfs.fleek.co", "https://ipfs.eth.aragon.network", "https://ipfs.jes.xxx", "https://ipfs.lol", "https://ipfs.mle.party"]

scripts/bootstrap/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This package contains scripts for bootstrapping the grants-stack-indexer project
2424

2525
```env
2626
# Database connection URL
27-
DATABASE_URL=postgre://postgres:testing@localhost:5434/datalayer-postgres-db
27+
DATABASE_URL=postgres://postgres:testing@localhost:5434/datalayer-postgres-db
2828
# Database schema
2929
DATABASE_SCHEMA=public
3030
# Indexer URL

scripts/migrations/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
DATABASE_URL=postgre://postgres:testing@localhost:5434/datalayer-postgres-db ##postgres://postgres:EewukkeX8iCV6RLUPgK8@gitcoin-data-layer-staging-rds.cxg4miqu8345.us-east-2.rds.amazonaws.com/GitcoinDatalayerRdsDb
1+
DATABASE_URL=postgres://postgres:testing@localhost:5434/datalayer-postgres-db ##postgres://postgres:EewukkeX8iCV6RLUPgK8@gitcoin-data-layer-staging-rds.cxg4miqu8345.us-east-2.rds.amazonaws.com/GitcoinDatalayerRdsDb
22
DATABASE_SCHEMA=public
33
LOG_LEVEL=info

0 commit comments

Comments
 (0)