jambda
Version:
Easy serverless rest api deploy! Jambda makes it easy to deploy database connected rest api's by providing the least amount of configuration.
20 lines • 417 B
YAML
name: 'nano-api'
database:
production:
driver: 'rethinkdb',
host: '127.0.0.1',
port: '32773',
database: 'nano_test',
autoReconnect: true
development:
driver: 'rethinkdb',
host: '127.0.0.1',
port: '32773',
database: 'nano_test',
autoReconnect: true
test:
driver: 'rethinkdb',
host: '127.0.0.1',
port: '32773',
database: 'nano_test',
autoReconnect: true