diff options
author | Santo Cariotti <santo@dcariotti.me> | 2021-03-25 10:30:15 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2021-03-25 10:30:15 +0100 |
commit | 70a6cbb1870c9b0e7bca267e1fd00116f5077c71 (patch) | |
tree | 89f44f4c3ac7f12769b845d57aafe60407666cce | |
parent | 2793ae353771d1e9f88381b01493836164023f4d (diff) |
qovery: remove conf
-rw-r--r-- | .qovery.yml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/.qovery.yml b/.qovery.yml deleted file mode 100644 index 31d38d8..0000000 --- a/.qovery.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -application: - name: "gico-api" - project: "gico-db" - organization: "QoveryCommunity" -databases: -- type: "POSTGRESQL" - name: "gico-api-pg-db" - version: "12" -routers: -- name: "main-gico-api" - routes: - - application_name: "gico-api" - paths: - - "/*" |