diff --git a/.qovery.yml b/.qovery.yml index ed26ead..1d34fe4 100644 --- a/.qovery.yml +++ b/.qovery.yml @@ -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: - / + diff --git a/views/index.pug b/views/index.pug index 3d63b9a..4e8cbf7 100644 --- a/views/index.pug +++ b/views/index.pug @@ -2,4 +2,4 @@ extends layout block content h1= title - p Welcome to #{title} + p Welcome to Qovery #{title}