Skip to content

Commit

Permalink
Fix .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
tkiapril committed Aug 18, 2023
1 parent 868678f commit 9d8f85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings

DATABASE_URL="prisma://localhost:8088?api_key=x5aol207TyRdhHuanAXlpTgVWDcK8jm2rVKJOQGbwaMqfvZbmGJnIbwBjUxYaBrFx1XOfyF4" # arbitrary api key
DATABASE_URL="./dev.db"
CHAIN_DEFINITION_URL="file:./sample/chainDefinitions/goerli.json"
AMQP_BROKER_URL="amqp://localhost"
API_URL="http://localhost:8000"
Expand Down

0 comments on commit 9d8f85a

Please sign in to comment.