- Create SQL migration for prompt templates used in article and image generation. - Add migration to change publish interval from days to hours in the sites table. - Implement InstallerController to handle installation requests and validation. - Develop FtpService for FTP connections and file uploads. - Create InstallerService to manage the WordPress installation process, including downloading, extracting, and configuring WordPress. - Add index view for the installer with form inputs for FTP, database, and WordPress admin settings. - Implement progress tracking for the installation process with AJAX polling.
16 lines
330 B
Bash
16 lines
330 B
Bash
DB_HOST=localhost
|
|
DB_NAME=host700513_backpro
|
|
DB_USER=host700513_backpro
|
|
DB_PASS=Mq9wH2B8KPeQh2wQ32Ya
|
|
|
|
OPENAI_API_KEY=sk-...
|
|
OPENAI_MODEL=gpt-4o
|
|
|
|
FREEPIK_API_KEY=
|
|
UNSPLASH_API_KEY=
|
|
PEXELS_API_KEY=
|
|
|
|
APP_URL=https://backpro.projectpro.pl
|
|
APP_SECRET=bP7x9kR3mW2vN5qT8sY1
|
|
|
|
PUBLISH_TRIGGER_TOKEN=bP7x9kR3mW2vN5qT8sY1bP7x9kR3mW2vN5qT8sY1 |