# In all environments, the following files are loaded if they exist,
# the latter taking precedence over the former:
#
#  * .env                contains default values for the environment variables needed by the app
#  * .env.local          uncommitted file with local overrides
#  * .env.$APP_ENV       committed environment-specific defaults
#  * .env.$APP_ENV.local uncommitted environment-specific overrides
#
# Real environment variables win over .env files.
#
# DO NOT DEFINE PRODUCTION SECRETS IN THIS FILE NOR IN ANY OTHER COMMITTED FILES.
# https://symfony.com/doc/current/configuration/secrets.html
#
# Run "composer dump-env prod" to compile .env files for production use (requires symfony/flex >=1.2).
# https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration

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

INSTITUTION_NAME="UniMAC PAST QUESTIONS PORTAL"

ACCOUNT_ID='0000004'
PAYMENT_TOKEN='eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcGlrZXkiOiJiY2Q3YjhjOGRlNzgzZjRjYmY2MGQxNjJhMjhlNmVlNDg0MGI5ODI3MzdhNGVlYzdiYzFkYTQ1NDhmMzI2YmU4IiwidXNlcm5hbWUiOiJzdXN1YXBwQHN1c3UuY29tIiwicm9sZSI6ImFwaXVzZXIiLCJhY2NvdW50SWQiOiIwMDAwMDA0IiwiaWF0IjoxNzY1OTA1Mjg2fQ.wc_Mn4GUpSicVPy7l9cFngWZqyBFtLJtD7L7Qw7mNhk'
PAYMENT_REFRESHTOKEN='eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcGlrZXkiOiJiY2Q3YjhjOGRlNzgzZjRjYmY2MGQxNjJhMjhlNmVlNDg0MGI5ODI3MzdhNGVlYzdiYzFkYTQ1NDhmMzI2YmU4IiwidGVybWluYWxJZCI6IjAwMDAwMDQiLCJpYXQiOjE3NjU5MDUyODZ9.5h_MsKZToJlB--6ce49bXWhsn6-XihjkoSi2xCuCiSg'
SMS_API_KEY='kPvAVBziufY1WVNBXGxzb2TnY'
PAYSTACK_SECRET_KEY='sk_test_22ac9007329bb92b284980e625abd4fb2606d205'
SMS_SENDER_ID='Ntem SMS'

###> 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="sqlite:///%kernel.project_dir%/var/data.db"
DATABASE_URL="mysql://root:root@127.0.0.1:3306/unimac_past_questions?serverVersion=8.0.32&charset=utf8mb4"
DATABASE_URL_SECONDARY="mysql://root:root@127.0.0.1:3306/myh?serverVersion=8.0.32&charset=utf8mb4"
# DATABASE_URL="postgresql://root:root@127.0.0.1:5432/app?serverVersion=15&charset=utf8"
###< doctrine/doctrine-bundle ###

###> 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=true
###< symfony/messenger ###

###> symfony/mailer ###
MAILER_DSN=smtp://support:123454@smtp.zoho.com:465
###< symfony/mailer ###
