-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
33 lines (25 loc) · 1.48 KB
/
Copy path.env
File metadata and controls
33 lines (25 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
###> symfony/framework-bundle ###
APP_ENV=dev
APP_SECRET=95814d0aa8919a318b8ed3c450b1c83f
###< 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="sqlite:///%kernel.project_dir%/var/data.db"
# DATABASE_URL="mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=8.0.32&charset=utf8mb4"
DATABASE_URL="mysql://root@127.0.0.1:3306/pidev?serverVersion=10.4.2-MariaDB&charset=utf8mb4"
# DATABASE_URL="postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=16&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=0
CORS_ALLOW_ORIGIN='^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$'
###< symfony/messenger ###
STRIPE_SECRET_KEY=sk_test_51QwgdxFWZqwhNNah6iNulREddM7n9SCGSApEF5Fp4J0saBJXZrlgkMyqDpDbUGihASf1CtLys1Rvzhh9bylj15c800ZAVYNDGY
STRIPE_PUBLIC_KEY=51QwgdxFWZqwhNNahEWCOTzJTkftlENRJto0mCGKK4VgaCSzOBr35WlJkNEwXMF5MixtPdvZod3QHCYViOIsVW7zh00THUH5jOE
###> symfony/mailer ###
MAILER_DSN="smtp://bendhifallahines@gmail.com:ibek%20seyu%20rqsj%20pyuj@smtp.gmail.com:587"
###< symfony/mailer ###