Skip to content
Snippets Groups Projects
Commit f4d3559b authored by L4168's avatar L4168
Browse files

Delete ormconfig.json

parent 1c4d473e
No related branches found
No related tags found
2 merge requests!59Development to master,!31Development
{
"type": "postgres",
"host": "localhost",
"port": 5444,
"username": "postgres",
"password": "mysecretpassword",
"database": "test2",
"entities": ["src/**/*.entity{.ts,.js}"],
"synchronize": true,
"logging": true,
"dropSchema": true
}
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