forked from github/plane
v0.3-dev
4 lines
176 B
Bash
4 lines
176 B
Bash
# Generating API Server environmental variables
|
|||
cp ./apiserver/.env.example ./apiserver/.env
|
|||
# Generating App environmental variables
|
|||
cp ./apps/app/.env.example ./apps/app/.env
|