-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappsettings.json
42 lines (42 loc) · 1.27 KB
/
appsettings.json
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
31
32
33
34
35
36
37
38
39
40
41
42
{
"ConnectionStrings": {
"DefaultConnection": "Server=localhost; Port=5432; Database=HadesPro; User Id=postgres; Password=FarronJAX3991!"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"AppSettings": {
"HadesProSettings": {
"TmDbApiKey": "5597593403acf895927a51c87847d753",
"DefaultBackdropSize": "original",
"DefaultPosterSize": "w500",
"DefaultYouTubeKey": "Bq2fl8iD67Y",
"DefaultCastImage": "/images/DefaultCastCrew.jpg",
"DefaultCollection": {
"Name": "All",
"Description": "All imported movies will automatically be assigned to the 'All' collection."
},
"DefaultCredentials": {
"Role": "Administrator",
"Email": "[email protected]",
//"Email": "[email protected]",
"Password": "Abc&123!"
}
},
"TmDbSettings": {
"BaseUrl": "https://api.themoviedb.org/3",
"BaseImagePath": "https://image.tmdb.org/t/p",
"BaseYouTubePath": "//www.youtube.com/watch?v=",
"QueryOptions": {
"Language": "en-US",
"AppendToResponse": "videos,release_dates,credits",
"Page": "1"
}
}
}
}