-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
30 lines (28 loc) · 799 Bytes
/
config.yml
File metadata and controls
30 lines (28 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
database :
jdbc-driver :
subprotocol : "postgresql"
subname : "//localhost:5432/erindb"
meta-data :
schema : "erin"
tables :
people : "people"
characters : "characters"
photos : "photos"
networks : "networks"
shows : "shows"
episodes : "shows"
media_types: "media_types"
character_xref : "character_xref"
person_xref : "person_xref"
rel_types : "rel_types"
credits : "credits"
person_roles : "person_roles"
credits_summary : "credits_summary"
social_links : "social_links"
social_link_types : "social_link_types"
shows_and_people : "shows_and_people"
primary-keys :
media_types : "media_type"
social_link_types: "link_type"
http :
port : 8080