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

update ormconfig.json.example

parent f4d3559b
No related branches found
No related tags found
2 merge requests!59Development to master,!31Development
{ {
"type": "", "type": "postgres",
"host": "", "host": "localhost",
"port": , "port": 5432,
"username": "", "username": "ehasa",
"password": "", "password": "salasana",
"database": "", "database": "ehasa",
"entities": ["src/**/*.entity{.ts,.js}"], "entities": ["src/**/*.entity{.ts,.js}"],
"synchronize": true, "synchronize": true,
"logging": true "logging": true,
"dropSchema": false
} }
\ No newline at end of file
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