Sha256: e7199d2e60136772ad06b717a3ae2afd0a302ad86716cd6363a702d5c52d457a

Contents?: true

Size: 839 Bytes

Versions: 255

Compression:

Stored size: 839 Bytes

Contents

# Jets::Config.project_namespace is special value results in using the project namespace. Example :
# table_namespace: <%= Jets.config.project_namespace %>
# This is the default value.

development:
  table_namespace: <%= Jets.config.table_namespace %>
  # More examples:
  # table_namespace: demo-dev

  endpoint: http://localhost:8000 # comment out if want to test with real dynamodb
  # on AWS. You can also set the DYNAMODB_ENDPOINT environment variable.
  # You can also are actually deploying a development environment is to
  # change bin/server and export DYNAMODB_ENDPOINT=http://localhost:8000 at the top
  # there.

test:
  # table_namespace: proj # do not include the env
  endpoint: http://localhost:8000
  table_namespace: <%= Jets.config.table_namespace %>

production:
  table_namespace: <%= Jets.config.table_namespace %>

Version data entries

255 entries across 255 versions & 5 rubygems

Version Path
my_api_client-1.2.0 my_api/config/dynamodb.yml
jets-4.0.12 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-4.0.11 lib/jets/commands/templates/skeleton/config/dynamodb.yml
my_api_client-1.1.0 my_api/config/dynamodb.yml
my_api_client-1.0.0 my_api/config/dynamodb.yml
jets-4.0.10 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-4.0.9 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-4.0.8 lib/jets/commands/templates/skeleton/config/dynamodb.yml
my_api_client-0.27.0 my_api/config/dynamodb.yml
jets-4.0.7 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-4.0.6 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-4.0.5 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-4.0.4 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-4.0.3 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-4.0.2 lib/jets/commands/templates/skeleton/config/dynamodb.yml
my_api_client-0.26.0 my_api/config/dynamodb.yml
jets-4.0.1 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-4.0.0 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-3.2.2 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-3.2.1 lib/jets/commands/templates/skeleton/config/dynamodb.yml