fix: adding sentry configs on space app and updated docker ignore (#3018)
This commit is contained in:
parent
9c5bf47ace
commit
9d16b39c15
10 changed files with 85 additions and 44 deletions
2
setup.sh
2
setup.sh
|
|
@ -10,4 +10,4 @@ cp ./space/.env.example ./space/.env
|
|||
cp ./apiserver/.env.example ./apiserver/.env
|
||||
|
||||
# Generate the SECRET_KEY that will be used by django
|
||||
echo -e "SECRET_KEY=\"$(tr -dc 'a-z0-9' < /dev/urandom | head -c50)\"" >> ./apiserver/.env
|
||||
echo "SECRET_KEY=\"$(tr -dc 'a-z0-9' < /dev/urandom | head -c50)\"" >> ./apiserver/.env
|
||||
Loading…
Add table
Add a link
Reference in a new issue