fix: adding sentry configs on space app and updated docker ignore (#3018)

This commit is contained in:
sriram veeraghanta 2023-12-07 14:43:33 +05:30
parent 9c5bf47ace
commit 9d16b39c15
10 changed files with 85 additions and 44 deletions

View file

@ -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