Skip to content

Commit

Permalink
Merge pull request #937 from d3sw/ONECOND-2164_updated
Browse files Browse the repository at this point in the history
Onecond 2164 updated
  • Loading branch information
pradeeppalat01 authored Feb 4, 2023
2 parents 3a03b6b + 169c92d commit 103305f
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
DROP TABLE IF EXISTS config_store;

create table if not exists app_config
(
key varchar(255) not null primary key,
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 103305f

Please sign in to comment.