mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2024-11-23 05:59:55 +00:00
refactor: cleanup readme and remove env variables from ssr package
This commit is contained in:
parent
e2d6e6cd77
commit
87e06349bd
@ -1,8 +1,8 @@
|
||||
const config = {
|
||||
server: {
|
||||
port: process.env.PORT || 80,
|
||||
host: process.env.HOST || "0.0.0.0",
|
||||
},
|
||||
port: 80,
|
||||
host: '0.0.0.0'
|
||||
}
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
Loading…
Reference in New Issue
Block a user