Add INITIAL_ADMIN_API_KEY environment variable support

- Add configuration parameter for initial admin API key
- Implement getInitialAdminApiToken() method in AbstractMultiPlatformMigration
- Create migration to automatically generate admin API token on initial setup
- Add CLAUDE.md to .gitignore for local development documentation
This commit is contained in:
Ryan Malloy 2025-09-07 08:12:25 -06:00
parent a6be786d5d
commit c498803859
4 changed files with 105 additions and 0 deletions

3
.gitignore vendored
View file

@ -48,3 +48,6 @@ yarn-error.log
###> phpstan/phpstan ###
phpstan.neon
###< phpstan/phpstan ###
# Claude Code project documentation (local development only)
CLAUDE.md