diff options
author | emkael <emkael@tlen.pl> | 2020-10-08 23:58:30 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2020-10-08 23:58:30 +0200 |
commit | 9a0ca4d1075f879b812cd8a1b55ab3a2c8e07c40 (patch) | |
tree | c3d885017b3e35aea1583c7ac2d5b6f4095f924c /configs/config.1s | |
parent | 22d81d669191f669edd609d94859a8e480fa5b00 (diff) |
Multiple configs handling rewritten to use envsubst
Diffstat (limited to 'configs/config.1s')
-rw-r--r-- | configs/config.1s/butler.json | 8 | ||||
-rw-r--r-- | configs/config.1s/db.json | bin | 99 -> 0 bytes | |||
l--------- | configs/config.1s/goniec.json | 1 | ||||
l--------- | configs/config.1s/logoh.json | 1 | ||||
l--------- | configs/config.1s/translations.json | 1 |
5 files changed, 0 insertions, 11 deletions
diff --git a/configs/config.1s/butler.json b/configs/config.1s/butler.json deleted file mode 100644 index 0f62f7a..0000000 --- a/configs/config.1s/butler.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "cutoff_point": 24, - "cutoff_rate": 0.25, - "opponent_factor": 0.5, - "only_current": 0, - "segments_in_table_limit": 10, - "output_path": "./output" -} diff --git a/configs/config.1s/db.json b/configs/config.1s/db.json Binary files differdeleted file mode 100644 index 616e6c4..0000000 --- a/configs/config.1s/db.json +++ /dev/null diff --git a/configs/config.1s/goniec.json b/configs/config.1s/goniec.json deleted file mode 120000 index 5954b9b..0000000 --- a/configs/config.1s/goniec.json +++ /dev/null @@ -1 +0,0 @@ -../goniec.json
\ No newline at end of file diff --git a/configs/config.1s/logoh.json b/configs/config.1s/logoh.json deleted file mode 120000 index 7910e73..0000000 --- a/configs/config.1s/logoh.json +++ /dev/null @@ -1 +0,0 @@ -../logoh.json
\ No newline at end of file diff --git a/configs/config.1s/translations.json b/configs/config.1s/translations.json deleted file mode 120000 index d53e316..0000000 --- a/configs/config.1s/translations.json +++ /dev/null @@ -1 +0,0 @@ -../translations.json
\ No newline at end of file |