From bc5aa53ed9057ef6de15fb30bf62b2b099f30964 Mon Sep 17 00:00:00 2001 From: Michael Andrewartha Date: Mon, 13 Jan 2020 22:59:06 +1300 Subject: [PATCH] Adding SS_ENVIRONMENT_TYPE to documentation Before running a dev/build the first time, you need to specify dev as your environment type. The variable wasn't mentioned as part of the list so I've added it. Let me know if it's not clear about the difference between the states, or it should be better documented here somehow. --- docs/en/00_Getting_Started/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/00_Getting_Started/index.md b/docs/en/00_Getting_Started/index.md index d4dad373e..6bdc24226 100644 --- a/docs/en/00_Getting_Started/index.md +++ b/docs/en/00_Getting_Started/index.md @@ -41,6 +41,7 @@ SS_DATABASE_USERNAME="" SS_DATABASE_PASSWORD="" SS_DEFAULT_ADMIN_USERNAME="admin" SS_DEFAULT_ADMIN_PASSWORD="password" +SS_ENVIRONMENT_TYPE="" ``` Now you should be able to build your database by running this command: