Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ehasa-backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WIMMA Lab 2019
Overflow
ehasa-backend
Compare revisions
10d14fe8695d14dc34cf0168cefdc99bed6c390b to d1af9df6ef81d8dd35e465349354e73f399aff87
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
wimma-lab-2019/overflow/ehasa-backend
Select target project
No results found
d1af9df6ef81d8dd35e465349354e73f399aff87
Select Git revision
Branches
Development
dto-fixes
master
testing
Swap
Target
wimma-lab-2019/overflow/ehasa-backend
Select target project
wimma-lab-2019/overflow/ehasa-backend
1 result
10d14fe8695d14dc34cf0168cefdc99bed6c390b
Select Git revision
Branches
Development
dto-fixes
master
testing
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (3)
Merge branch 'piirto2' into HEAD
· 1c4d473e
Samuli Virtapohja
authored
5 years ago
1c4d473e
Delete ormconfig.json
· f4d3559b
L4168
authored
5 years ago
f4d3559b
update ormconfig.json.example
· d1af9df6
L4168
authored
5 years ago
d1af9df6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ormconfig.json
+0
-12
0 additions, 12 deletions
ormconfig.json
ormconfig.json.example
+8
-7
8 additions, 7 deletions
ormconfig.json.example
with
8 additions
and
19 deletions
ormconfig.json
deleted
100644 → 0
View file @
b467b5d9
{
"type"
:
"postgres"
,
"host"
:
"localhost"
,
"port"
:
5444
,
"username"
:
"postgres"
,
"password"
:
"mysecretpassword"
,
"database"
:
"test2"
,
"entities"
:
[
"src/**/*.entity{.ts,.js}"
],
"synchronize"
:
true
,
"logging"
:
true
,
"dropSchema"
:
true
}
This diff is collapsed.
Click to expand it.
ormconfig.json.example
View file @
d1af9df6
{
"type": "",
"host": "",
"port": ,
"username": "",
"password": "",
"database": "",
"type": "
postgres
",
"host": "
localhost
",
"port":
5432
,
"username": "
ehasa
",
"password": "
salasana
",
"database": "
ehasa
",
"entities": ["src/**/*.entity{.ts,.js}"],
"synchronize": true,
"logging": true
"logging": true,
"dropSchema": false
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.