Skip to content
6 changes: 5 additions & 1 deletion .qovery.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
application:
name: simple-example-node-mongodb
organization: QoveryCommunity
project: getting-started-mongodb
cloud_region: aws/us-west-2
publicly_accessible: true
databases:
- name: my-mongodb
type: mongodb
version: 3.6
- name: my-psql
type: postgresql
version: 12
routers:
- name: main
routes:
- application_name: simple-example-node-mongodb
paths:
- /

2 changes: 1 addition & 1 deletion views/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ extends layout

block content
h1= title
p Welcome to #{title}
p Welcome to Qovery #{title}