Skip to content

Commit

Permalink
Back to postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
KONFeature committed May 29, 2024
1 parent 061533f commit 3417f6e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions ponder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,9 @@ const pollingConfig = {
} as const;

export default createConfig({
// todo: Disabled for now to just have a successfully deployment
// database: {
// kind: "postgres",
// connectionString: process.env.DATABASE_URL,
// },
database: {
kind: "sqlite",
kind: "postgres",
connectionString: process.env.DATABASE_URL,
},
networks: {
// Mainnets
Expand Down

0 comments on commit 3417f6e

Please sign in to comment.