-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.dev.local
24 lines (16 loc) · 957 Bytes
/
.env.dev.local
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# ======================================================================================================================
# Symfony Framework - Dev Environment - Local https://symfony.com/doc/current/deployment.html
# ======================================================================================================================
# >>>> App - PHP
# >>>> Cache - Redis
# >>>> Database - PostgreSQL - Docker
POSTGRES_PORT=15432
# >>>> Messenger - RabbitMQ
# >>>> Server - Nginx
# >>>> Tools - Mailer
# ----------------------------------------------------------------------------------------------------------------------
# API
# ----------------------------------------------------------------------------------------------------------------------
# >>>> Authorization - Google
#AUTHORIZATION_GOOGLE_API_OAUTH_CLIENT_ID=<update_your_client_id>
#AUTHORIZATION_GOOGLE_API_OAUTH_CLIENT_SECRET=<update_your_client_secret>