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-2.3.4 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-2.3.3 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-2.3.2 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-2.3.1 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-2.3.0 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-2.2.5 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-2.2.4 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-2.2.3 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-2.2.2 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-2.2.1 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-2.2.0 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-2.1.7 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-2.1.6 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-2.1.5 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-2.1.4 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-2.1.3 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-2.1.2 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets_bb_fork-0.0.4 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-2.1.1 lib/jets/commands/templates/skeleton/config/dynamodb.yml
jets-2.1.0 lib/jets/commands/templates/skeleton/config/dynamodb.yml