diff options
author | Santo Cariotti <santo@dcariotti.me> | 2021-03-24 22:02:48 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2021-03-24 22:02:48 +0100 |
commit | 3cc03d8f3222b87cd5ea16ef668394f257a0dda3 (patch) | |
tree | ce5506b461f361542278abcb0fd239895ac7196d | |
parent | 9a4d8ef4fd1a9040a2329b8c51a6944c5a131628 (diff) |
qovery: conf
-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: + - / |