diff --git a/.qovery.yml b/.qovery.yml new file mode 100644 index 0000000..cb18619 --- /dev/null +++ b/.qovery.yml @@ -0,0 +1,23 @@ +--- +application: + name: "wallet-go-api" + + project: "wallet-api" + + organization: "QoveryCommunity" + +databases: + - type: "POSTGRESQL" + + name: "wallet" + + version: "12" + +routers: + - name: "main-wallet-go-api" + + routes: + - application_name: "wallet-go-api" + + paths: + - "/*"