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
jets-0.8.12 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-0.8.11 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-0.8.10 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-0.8.9 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-0.8.8 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-0.8.6 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-0.8.5 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-0.8.4 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-0.8.3 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-0.8.2 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-0.8.1 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-0.8.0 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-0.7.1 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-0.7.0 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-0.6.9 lib/jets/commands/templates/skeleton/config/dynamodb.yml