mirror of
https://github.com/michelleDeko/scalelite-run.git
synced 2025-12-16 22:32:10 +01:00
reverted hard-coded name of scalelite-proxy container
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user