###> symfony/framework-bundle ###
APP_ENV=dev
APP_SECRET=90549e36d0b14c8a22e352d0f773d086
###< symfony/framework-bundle ###

###> doctrine/doctrine-bundle ###
# Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
# IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
DATABASE_URL=postgresql://yammat:yammat@yammat-backend-storage-1:5432/yammat?serverVersion=11&charset=utf8
###< doctrine/doctrine-bundle ###

# Base file path for file uploads
UPLOAD_BASE_PATH=%kernel.project_dir%/var/data/uploads

###> symfony/messenger ###
# Choose one of the transports below
# MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages
# MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages
MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0
###< symfony/messenger ###

### TODO: add login if neccessary
###> lexik/jwt-authentication-bundle ###
JWT_SECRET_KEY=%kernel.project_dir%/config/jwt/private.pem
JWT_PUBLIC_KEY=%kernel.project_dir%/config/jwt/public.pem
JWT_PASSPHRASE=111111
###< lexik/jwt-authentication-bundle ###

### auth service params
AUTH_TOKEN_DURATION_IN_SECONDS=2592000
REFRESH_TOKEN_DURATION_IN_SECONDS=7776000
ACTIVATE_ACCOUNT_TOKEN_DURATION_IN_MINUTES=6
ACTIVATE_ACCOUNT_TOKEN_LENGTH=5
RESET_PASSWORD_TOKEN_DURATION_IN_MINUTES=6
RESET_PASSWORD_TOKEN_LENGTH=5

###> symfony/routing ###
# Configure how to generate URLs in non-HTTP contexts, such as CLI commands.
# See https://symfony.com/doc/current/routing.html#generating-urls-in-commands
DEFAULT_URI=http://localhost
###< symfony/routing ###

### YAMMAT stream data
YAMMAT_BASE_URL='https://stream.yammat.fm/api/'
YAMMAT_API_KEY='fb62e19cb6841088:054d31de2e560b583a0bd3a6c022f4a4'