mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-25 06:27:59 +01:00
Fixed issues with line endings and a botched config template
This commit is contained in:
parent
f484caf9e6
commit
0452b25683
3 changed files with 4 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,5 @@
|
|||
.vagrant
|
||||
|
||||
# Numerous always-ignore extensions
|
||||
*.diff
|
||||
*.err
|
||||
|
|
1
vagrant/.gitattributes
vendored
Normal file
1
vagrant/.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
* eol=lf
|
|
@ -9,6 +9,6 @@ return array(
|
|||
'url' => 'pony.fm.local',
|
||||
'files_directory' => '/vagrant-files/',
|
||||
'node' => null,
|
||||
'node_paths' => ['node'],
|
||||
'node_paths' => ['/usr/lib/node_modules/'],
|
||||
'secure' => false,
|
||||
);
|
Loading…
Reference in a new issue