diff options
-rw-r--r-- | .qovery.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.qovery.yml b/.qovery.yml new file mode 100644 index 0000000..8f02572 --- /dev/null +++ b/.qovery.yml @@ -0,0 +1,14 @@ +application: + name: gico-api + project: Gico + publicly_accessible: true +databases: +- type: postgresql + version: "12.0" + name: gico-api-pg-db-240321 +routers: +- name: main + routes: + - application_name: gico-api + paths: + - / |