Skip to content

Commit

Permalink
export secret key in configure
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaumebeuzeboc committed Feb 7, 2024
1 parent d34b7a1 commit 1d644d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rock/local/configure.bash
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
cd /lib/python3.10/site-packages/cos_registration_server

export DATABASE_BASE_DIR_DJANGO="/server_data"
export SECRET_KEY_DJANGO=$(cat /server_data/secret_key)

# migrate the database
/bin/python3 manage.py migrate
Expand Down

0 comments on commit 1d644d2

Please sign in to comment.