mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-25 14:37: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
|
# Numerous always-ignore extensions
|
||||||
*.diff
|
*.diff
|
||||||
*.err
|
*.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',
|
'url' => 'pony.fm.local',
|
||||||
'files_directory' => '/vagrant-files/',
|
'files_directory' => '/vagrant-files/',
|
||||||
'node' => null,
|
'node' => null,
|
||||||
'node_paths' => ['node'],
|
'node_paths' => ['/usr/lib/node_modules/'],
|
||||||
'secure' => false,
|
'secure' => false,
|
||||||
);
|
);
|
Loading…
Reference in a new issue