- Added optional SEMSTORM domain input field in site creation and editing forms. - Introduced SEO panel links in site dashboard and edit pages. - Created a new cron job for SEMSTORM data synchronization. - Implemented database migrations for cron logs and site SEO metrics. - Developed SiteSeoSyncService to handle SEMSTORM data fetching and storage. - Added logging functionality for cron events. - Created a new LogController to display cron logs with filtering options. - Added SEO statistics dashboard with visual representation of metrics. - Implemented site SEO metrics model for data retrieval and manipulation.
21 lines
442 B
Plaintext
21 lines
442 B
Plaintext
DB_HOST=localhost
|
|
DB_NAME=backpro
|
|
DB_USER=root
|
|
DB_PASS=
|
|
|
|
OPENAI_API_KEY=sk-...
|
|
OPENAI_MODEL=gpt-4o
|
|
|
|
FREEPIK_API_KEY=
|
|
UNSPLASH_API_KEY=
|
|
PEXELS_API_KEY=
|
|
SEMSTORM_LOGIN=
|
|
SEMSTORM_PASSWORD=
|
|
SEMSTORM_API_BASE=https://api.semstorm.com
|
|
SEMSTORM_TIMEOUT_SECONDS=30
|
|
SEO_TRIGGER_TOKEN=change-this-to-long-random-token
|
|
|
|
APP_URL=https://backpro.projectpro.pl
|
|
APP_SECRET=change-this-to-random-string
|
|
PUBLISH_TRIGGER_TOKEN=change-this-to-long-random-token
|