reverted hard-coded name of scalelite-proxy container

This commit is contained in:
jfederico
2022-06-17 16:13:41 -04:00
parent af371b15c3
commit a3d5abbe53
2 changed files with 2 additions and 7 deletions

View File

@@ -32,11 +32,6 @@ Create a new .env file based on the dotenv file included.
```
cp dotenv .env
sed -e '/SECRET_KEY_BASE=/ s/^${openssl rand -hex 64}*/#/' -i .env
sed -i 's/SECRET_KEY_BASE=.*/SECRET_KEY_BASE=[${openssl rand -hex 64}]/' .env
```
Most required variables are pre-set by default, the ones that must be set before starting are: