Skip to content

Configure new fields on initialization process #42

@DenTray

Description

@DenTray

Need to extend the initialization process and fill next keys in the env.development :

  • APP_MAINTENANCE_DRIVER=cache

  • CACHE_STORE=redis

  • QUEUE_CONNECTION=redis

  • SESSION_DRIVER=redis

  • DB_CONNECTION=pgsql


Additionally need to configure database connection in .env :

  • DB_CONNECTION=pgsql

  • DB_HOST=pgsql

  • DB_PORT=5432

  • DB_DATABASE=postgres

  • DB_USERNAME=postgres

  • DB_PASSWORD=""

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions