file based auth
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
import { config } from 'dotenv';
|
||||
config({ path: '../../../.env' });
|
||||
|
||||
const { POSTGRES_URL } = process.env;
|
||||
|
||||
export default {
|
||||
schema: './src/schema/index.ts',
|
||||
out: './migrations',
|
||||
dialect: 'postgresql',
|
||||
dbCredentials: {
|
||||
url: POSTGRES_URL,
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user