Moved contents of seasoned_api up to root folder
This commit is contained in:
31
configurations/development.json.example
Normal file
31
configurations/development.json.example
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"database": {
|
||||
"host": "../shows.db"
|
||||
},
|
||||
"redis": {
|
||||
"host": "localhost",
|
||||
"port": 6379
|
||||
},
|
||||
"webserver": {
|
||||
"port": 31459,
|
||||
"origins": []
|
||||
},
|
||||
"tmdb": {
|
||||
"apiKey": ""
|
||||
},
|
||||
"plex": {
|
||||
"ip": "localhost",
|
||||
"token": ""
|
||||
},
|
||||
"tautulli": {
|
||||
"apiKey": "",
|
||||
"ip": "",
|
||||
"port": ""
|
||||
},
|
||||
"raven": {
|
||||
"DSN": ""
|
||||
},
|
||||
"authentication": {
|
||||
"secret": "secret"
|
||||
}
|
||||
}
|
||||
31
configurations/production.json
Normal file
31
configurations/production.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"database": {
|
||||
"host": "/Users/kevin/dev/seasonedShows/shows.db"
|
||||
},
|
||||
"webserver": {
|
||||
"port": 31459,
|
||||
"origins": ["https://kevinmidboe.com", "https://seasoned.show", "https://request.movie"]
|
||||
},
|
||||
"tmdb": {
|
||||
"apiKey": "9fa154f5355c37a1b9b57ac06e7d6712"
|
||||
},
|
||||
"plex": {
|
||||
"ip": "blex.schleppe"
|
||||
},
|
||||
"tautulli": {
|
||||
"apiKey": "4e759f7acabf4f1a8893825e6acd522b",
|
||||
"ip": "blex.schleppe",
|
||||
"port": "8181"
|
||||
},
|
||||
"raven": {
|
||||
"DSN": ""
|
||||
},
|
||||
"authentication": {
|
||||
"secret": "secret"
|
||||
},
|
||||
"sms": {
|
||||
"apikey": "qK48YChORZOX4FqAwgzdOrfYT2-bixwshtRe-BogNksBZyUrMHLTh0-XOjsxziPV",
|
||||
"sender": "Seasoned",
|
||||
"recipient": 41498549
|
||||
}
|
||||
}
|
||||
20
configurations/test.json
Normal file
20
configurations/test.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"database": {
|
||||
"host": ":memory:"
|
||||
},
|
||||
"webserver": {
|
||||
"port": 31400
|
||||
},
|
||||
"tmdb": {
|
||||
"apiKey": "bogus-api-key"
|
||||
},
|
||||
"plex": {
|
||||
"ip": "0.0.0.0"
|
||||
},
|
||||
"raven": {
|
||||
"DSN": ""
|
||||
},
|
||||
"authentication": {
|
||||
"secret": "secret"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user