Skip to content

Commit

Permalink
move dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhtc1202 committed Jan 14, 2018
1 parent 4f865e4 commit baebddd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ media/*
node_modules/
*.pyc
*.log
logs/
File renamed without changes.
4 changes: 2 additions & 2 deletions server/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var config = {
app: {
name: 'home-media-server',
mediaPath: rootPath + '/../media/',
mediaDummyPath: rootPath + '/../media/nope.mp4',
mediaDummyPath: rootPath + '/../dummy_files/nope.mp4',
logPath: rootPath + '/../logs/run.log',
mediaBaseUrl: 'http://fromnoobstogeeks.com:7001/'
},
Expand All @@ -21,7 +21,7 @@ var config = {
app: {
name: 'home-media-server',
mediaPath: rootPath + '/../media/',
mediaDummyPath: rootPath + '/../media/nope.mp4',
mediaDummyPath: rootPath + '/../dummy_files/nope.mp4',
logPath: rootPath + '/../logs/run.log',
mediaBaseUrl: 'http://fromnoobstogeeks.com:7001/'
},
Expand Down

0 comments on commit baebddd

Please sign in to comment.