Current section

5 Versions

Jump to

Compare versions

11 files changed
+1084 additions
-68 deletions
  @@ -1,5 +1,33 @@
1 1 use Mix.Config
2 2
3 + config :qcloud, :apps,
4 + ku800: %{
5 + cos: %{
6 + app_id: "xxx",
7 + host: "xxx.ap-guangzhou.myqcloud.com",
8 + bucket: "xxx",
9 + secret_id: "xxx",
10 + secret_key: "xxx"
11 + },
12 + vod: %{
13 + procedures: %{default: "Default_xxx"},
14 + host: "vod.api.qcloud.com",
15 + app_id: "xxx",
16 + region: "xxx",
17 + secret_id: "xxx",
18 + secret_key: "xxx",
19 + tags: %{
20 + default: %{id: "xxx"}
21 + },
22 + available_definitions: [20, 30],
23 + watermarks: %{
24 + default: %{id: "xxx"},
25 + i20: %{id: "xxx"},
26 + i30: %{id: "xxx"}
27 + }
28 + }
29 + }
30 +
3 31 if File.exists?("#{__DIR__}/#{Mix.env()}.exs") do
4 32 import_config "#{Mix.env()}.exs"
5 33 end
  @@ -8,5 +8,22 @@ config :qcloud, :apps,
8 8 bucket: "ku800-dev-1251033691",
9 9 secret_id: "AKIDnU9dlrdU2QnzzoPwEQTL2Z3MWUKyOglf",
10 10 secret_key: "qWE3udCZpz3HQQEqLl7wiMCwa3KBvW4V"
11 + },
12 + vod: %{
13 + procedures: %{default: "酷800任务流"},
14 + host: "vod.api.qcloud.com",
15 + app_id: "1251033691",
16 + region: "ap-guangzhou",
17 + secret_id: "AKIDnU9dlrdU2QnzzoPwEQTL2Z3MWUKyOglf",
18 + secret_key: "qWE3udCZpz3HQQEqLl7wiMCwa3KBvW4V",
19 + tags: %{
20 + default: %{id: "583678"}
21 + },
22 + available_definitions: [20, 30],
23 + watermarks: %{
24 + default: %{id: "440225"},
25 + i20: %{id: "440225"},
26 + i30: %{id: "440312"}
27 + }
11 28 }
12 29 }
  @@ -1,12 +1 @@
1 1 use Mix.Config
2 -
3 - config :qcloud, :apps,
4 - app_name: %{
5 - cos: %{
6 - app_id: "xxx",
7 - host: "xxx",
8 - bucket: "xxx",
9 - secret_id: "xxx",
10 - secret_key: "xxx"
11 - }
12 - }
  @@ -8,5 +8,22 @@ config :qcloud, :apps,
8 8 bucket: "ku800-dev-1251033691",
9 9 secret_id: "AKIDnU9dlrdU2QnzzoPwEQTL2Z3MWUKyOglf",
10 10 secret_key: "qWE3udCZpz3HQQEqLl7wiMCwa3KBvW4V"
11 + },
12 + vod: %{
13 + procedures: %{default: "酷800任务流"},
14 + host: "vod.api.qcloud.com",
15 + app_id: "1251033691",
16 + region: "ap-guangzhou",
17 + secret_id: "AKIDnU9dlrdU2QnzzoPwEQTL2Z3MWUKyOglf",
18 + secret_key: "qWE3udCZpz3HQQEqLl7wiMCwa3KBvW4V",
19 + tags: %{
20 + default: %{id: "583678"}
21 + },
22 + available_definitions: [20, 30],
23 + watermarks: %{
24 + default: %{id: "440225"},
25 + i20: %{id: "440225"},
26 + i30: %{id: "440312"}
27 + }
11 28 }
12 29 }
  @@ -1,12 +1 @@
1 1 use Mix.Config
2 -
3 - config :qcloud, :apps,
4 - app_name: %{
5 - cos: %{
6 - app_id: "xxx",
7 - host: "xxx",
8 - bucket: "xxx",
9 - secret_id: "xxx",
10 - secret_key: "xxx"
11 - }
12 - }
Loading more files…