mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
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
|