This website requires JavaScript.
Explore
Help
Register
Sign in
LBRYCommunity
/
lighthouse.js
Watch
1
Star
0
Fork
You've already forked lighthouse.js
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
b55d9b5619
lighthouse.js
/
server
/
config.js
3 lines
74 B
JavaScript
Raw
Normal View
History
Unescape
Escape
now only return feilds needed in application, Wildcard searches added to allow partial matches.
2017-09-20 21:34:06 +02:00
export
const
port
=
process
.
env
.
PORT
||
80
;
Added the basic structure and fixed some issues! Added the basic structure and fixed some issues! Fixes #2, fixes # 3
2017-08-16 19:49:27 +02:00
export
const
baseApi
=
'api'
;
Reference in a new issue
Copy permalink