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