Skip to content

Commit

Permalink
Removing Drop Config_Store command
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeeppalat01 committed Feb 4, 2023
1 parent 096784a commit 169c92d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ create table if not exists app_config
value text
);


INSERT INTO app_config (key, value) VALUES ('cc_extract_server', 'http://nomad.service.${TLD}:4646') ON CONFLICT DO NOTHING;
INSERT INTO app_config (key, value) VALUES ('checksum_server', 'http://nomad.service.${TLD}:4646') ON CONFLICT DO NOTHING;
INSERT INTO app_config (key, value) VALUES ('one-cdn_server', 'http://nomad.service.${TLD}:4646') ON CONFLICT DO NOTHING;
Expand Down

0 comments on commit 169c92d

Please sign in to comment.