9 lines
421 B
Plaintext
9 lines
421 B
Plaintext
# This file is a "template" of which env vars need to be defined for your application
|
|
# Copy this file to .env file for development, create environment variables when deploying to production
|
|
# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration
|
|
|
|
###> symfony/framework-bundle ###
|
|
APP_ENV=dev
|
|
APP_SECRET=1bdf86cdc78fba654e4f2c309c6bbdbd
|
|
###< symfony/framework-bundle ###
|