diff --git a/sql_app/init_secrets.sh b/sql_app/init_secrets.sh new file mode 100755 index 0000000..b94db2e --- /dev/null +++ b/sql_app/init_secrets.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +echo "API_KEY=$(./gen_secret.sh)" >> .env +echo "API_KEY_NAME=big_boy" >> .env +echo "jwt_secret=$(./gen_secret.sh)" >> .env +echo "jwt_algorithm=HS256" >> .env