Skip to content

Commit

Permalink
[proxy] more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
drunkwinter committed Oct 8, 2024
1 parent c64fa7e commit 2680e07
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions account-proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ ENABLE_TRUST_PROXY=0
# The statistics can be retrieved via the `/getStats` endpoint in JSON format
ENABLE_STATS=1

# YouTube Config
# API Key is always the same (required)
API_KEY=AIzaSyAO_FJ2SlqU8Q4STEHLGCilw_Y9_11qcW8

# Cookie values (required)
SID=
HSID=
Expand Down
3 changes: 0 additions & 3 deletions account-proxy/lib/types.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import process from 'node:process';

import dotenv from 'dotenv';

import { fillObjectFromRequest, validateObjectAttributes } from './utils.js';
Expand All @@ -8,7 +6,6 @@ dotenv.config();

class YouTubeCredentials {
constructor() {
this.API_KEY = process.env.API_KEY;
this.SID = process.env.SID;
this.HSID = process.env.HSID;
this.SSID = process.env.SSID;
Expand Down

0 comments on commit 2680e07

Please sign in to comment.