From 589ddcdad8bfd26dc3152bd2ae1e1e8f081a5d33 Mon Sep 17 00:00:00 2001 From: David Trattnig <david@subsquare.at> Date: Fri, 3 Dec 2021 19:12:02 +0100 Subject: [PATCH] Changed 'api' target to 'prod'. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8de5574..77901f0 100644 --- a/README.md +++ b/README.md @@ -279,7 +279,7 @@ to your `config` directory. Then run this from the root directory: ```bash -./run.sh api +./run.sh prod ``` If this is succeeding, you can now proceed to configure Engine API to run as a system daemon using [Systemd](#running-with-systemd) or -- GitLab