Problem:
Apparently, valid API keys are a table in the database. I don't know how to seed the database with an API key.
Solution:
You could create a seeder script, so I can docker-compose exec db ./seed.sh and have some API keys in the log output maybe.
Problem:
Apparently, valid API keys are a table in the database. I don't know how to seed the database with an API key.
Solution:
You could create a seeder script, so I can
docker-compose exec db ./seed.shand have some API keys in the log output maybe.