Skip to content

Commit

Permalink
fix: config
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Aug 16, 2024
1 parent 508e331 commit d36741f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

SERVER_BASE_URL = os.environ["SERVER_BASE_URL"]

BGM_TV_TOKEN = os.environ["BGM_TV_TOKEN"]
BGM_TV_APP_ID = os.environ["BGM_TV_APP_ID"]
BGM_TV_APP_SECRET = os.environ["BGM_TV_APP_SECRET"]

Expand Down
7 changes: 0 additions & 7 deletions schema.sql
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
create table if not exists session
(
pk varchar(255) primary key,
user_id int not null,
group_id int not null
);

create table if not exists patch
(
id uuid PRIMARY KEY DEFAULT gen_random_uuid(),
Expand Down

0 comments on commit d36741f

Please sign in to comment.