Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import { DataSource } from "typeorm";
- export const AppDataSource = new DataSource({
- type: "mysql",
- host: "localhost",
- port: 3306,
- username: "root",
- password: "",
- database: "cringe_bot",
- synchronize: true,
- logging: false,
- entities: [
- ],
- migrations: [
- ],
- subscribers: [
- ],
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement