Added api key script

This commit is contained in:
2024-12-23 08:41:32 -05:00
parent b218cd50f2
commit 9780162eaa
4 changed files with 31 additions and 2 deletions

View File

@@ -53,4 +53,7 @@ docker-clean: ## Stop the docker containers and remove volumes
docker-refresh: docker-clean backend-up ## Refresh the docker containers
psql: ## Connect to the database
@$(ENV) docker exec -it siren-postgres psql -U ${DATABASE_USER} -P pager=off
@$(ENV) docker exec -it siren-postgres psql -U ${DATABASE_USER} -P pager=off
insert-api:
@$(ENV) ./scripts/insert_api_key.sh