forked from github/plane
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
|