make port changeable through env
This commit is contained in:
@@ -4,6 +4,7 @@ dotenv.config();
|
||||
|
||||
export const Config = {
|
||||
api_key: process.env.API_KEY,
|
||||
port: process.env.PORT || "8080",
|
||||
|
||||
tidal: {
|
||||
host: process.env.TIDAL_HOST || "",
|
||||
|
||||
Reference in New Issue
Block a user