Skip to content
Snippets Groups Projects
Commit 26db6c77 authored by Renzo Beux's avatar Renzo Beux
Browse files

asdfasdfsd

parents 81b631d8 81b631d8
No related branches found
No related tags found
No related merge requests found
import { Sequelize } from 'sequelize';
const DB: string = process.env.DB || 'core_database';
const USER: string = process.env.USER || 'root';
const USER: string = process.env.USER || 'developer';
const PASSWORD: string = process.env.PASSWORD || 'password';
const HOST: string = process.env.HOST || 'localhost';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment