Skip to content

Commit

Permalink
chore: update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroh committed Oct 9, 2024
1 parent c93c8ab commit 0c0d1f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drizzle.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ dotenv.config()

export default defineConfig({
schema: './modules/shared/database/src/schema.ts',
dialect: 'sqlite',
driver: 'turso',
dialect: 'turso',
dbCredentials: {
url: process.env.TURSO_CONNECTION_URL,
authToken: process.env.TURSO_AUTH_TOKEN,
Expand Down

0 comments on commit 0c0d1f7

Please sign in to comment.