exercism-config 0.56.0 → 0.57.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 86c955fbfc003d784f274dabab804fa47c9e650a9377e6ae27d500b792a3b4d4
4
- data.tar.gz: 5b242eddb88013e13cec926c47f9b2c4d96f0bd1f04561c28730798535be0680
3
+ metadata.gz: dd3a2e75d9a25001f206eea0ebf0176e29feeb5f19e5a2452abe2e0727c59eeb
4
+ data.tar.gz: 4f941cdab42013d7b4e494d3b3e694adc10fc30824e76519ad4ed8abe8b88f1f
5
5
  SHA512:
6
- metadata.gz: d39665cd20bba4db82995357ebfe5eb430ba11f8a8b4640dfa620d6736accc3138ebda253b36d3266c7c3f6bc788c18af6c266c63a51ef9dade00e398e9c32ca
7
- data.tar.gz: bbb85e8979746b342f5b923719e172addb3e6cfcd56d4a5cf1ecc4d1feb942cd09ad7b79812b0da88d3cc34b8fa5f7450f4bdbba51789386d33ab14e375ea232
6
+ metadata.gz: 25dab7f25a4e679c960a759b73eb7a2b701f80dbcf8127ff149dba8f5debf641c29131a8eea77989099385dce51b0eaee1d61ac46b90bb074599eef0b55c33c0
7
+ data.tar.gz: 5f971478ed4937d055c1563a974c8c884f52a1aee228ca8129b100bfa96473f9ee2d7d66d00d069ba6d2d9372fde7138b3fb84b18528ec8cf88c851ae6aa42f2
@@ -1,3 +1,3 @@
1
1
  module ExercismConfig
2
- VERSION = '0.56.0'.freeze
2
+ VERSION = '0.57.0'.freeze
3
3
  end
@@ -1,12 +1,23 @@
1
+ # Anycable
1
2
  anycable_redis_url: redis://127.0.0.1:6379/1
2
3
  anycable_rpc_host: 127.0.0.1:50051
3
- aws_submissions_bucket: exercism-staging-submissions
4
- aws_tooling_jobs_bucket: exercism-staging-tooling-jobs
4
+
5
+ # DynamoDB config
5
6
  dynamodb_tooling_jobs_table: tooling_jobs
6
7
  dynamodb_tooling_language_groups_table: tooling_language_groups
8
+
9
+ # Internal Routes
10
+ language_server_url: ws://127.0.0.1:3023
7
11
  spi_url: http://127.0.0.1:3020
8
12
  tooling_orchestrator_url: http://127.0.0.1:3021
9
- language_server_url: ws://127.0.0.1:3023
10
13
 
14
+ # MySQL
11
15
  mysql_master_endpoint: 127.0.0.1
12
16
  mysql_port: <%= ENV["MYSQL_PORT"] %>
17
+
18
+ # S3 Config
19
+ aws_submissions_bucket: exercism-staging-submissions
20
+ aws_tooling_jobs_bucket: exercism-staging-tooling-jobs
21
+
22
+ # Sidekiq Config
23
+ sidekiq_redis_url: redis://127.0.0.1:6379/2
@@ -1,11 +1,23 @@
1
+ # Anycable
1
2
  anycable_redis_url: redis://redis:6379/1
2
3
  anycable_rpc_host: 0.0.0.0:50051
3
- aws_submissions_bucket: exercism-staging-submissions
4
- aws_tooling_jobs_bucket: exercism-staging-tooling-jobs
4
+
5
+ # DynamoDB config
5
6
  dynamodb_tooling_jobs_table: tooling_jobs
6
7
  dynamodb_tooling_language_groups_table: tooling_language_groups
7
- mysql_master_endpoint: mysql
8
- mysql_port: 3306
8
+
9
+ # Internal Routes
9
10
  spi_url: http://website:3020
10
11
  tooling_orchestrator_url: http://tooling-orchestrator:3021
11
12
  language_server_url: ws://localhost:3023
13
+
14
+ # MySQL
15
+ mysql_master_endpoint: mysql
16
+ mysql_port: 3306
17
+
18
+ # S3 Config
19
+ aws_submissions_bucket: exercism-staging-submissions
20
+ aws_tooling_jobs_bucket: exercism-staging-tooling-jobs
21
+
22
+ # Sidekiq Config
23
+ sidekiq_redis_url: redis://redis:6379/2
@@ -1,11 +1,23 @@
1
+ # Anycable
1
2
  anycable_redis_url: redis://127.0.0.1:6379/1
2
3
  anycable_rpc_host: 127.0.0.1:50051
3
- aws_submissions_bucket: exercism-staging-submissions
4
- aws_tooling_jobs_bucket: exercism-staging-tooling-jobs
4
+
5
+ # DynamoDB config
5
6
  dynamodb_tooling_jobs_table: tooling_jobs
6
7
  dynamodb_tooling_language_groups_table: tooling_language_groups
7
- mysql_master_endpoint: localhost
8
- mysql_socket: /tmp/mysql.sock
8
+
9
+ # Internal Routes
10
+ language_server_url: ws://localhost:3023
9
11
  spi_url: http://localhost:3020
10
12
  tooling_orchestrator_url: http://localhost:3021
11
- language_server_url: ws://localhost:3023
13
+
14
+ # MySQL
15
+ mysql_master_endpoint: localhost
16
+ mysql_socket: /tmp/mysql.sock
17
+
18
+ # S3 Config
19
+ aws_submissions_bucket: exercism-staging-submissions
20
+ aws_tooling_jobs_bucket: exercism-staging-tooling-jobs
21
+
22
+ # Sidekiq Config
23
+ sidekiq_redis_url: redis://127.0.0.1:6379/2
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: exercism-config
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.56.0
4
+ version: 0.57.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Walker
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-08 00:00:00.000000000 Z
11
+ date: 2020-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-dynamodb