Add GMAPS_API_KEY environment variable for google maps api key
This commit is contained in:
parent
180a2d4bf9
commit
c8d43b134f
1 changed files with 1 additions and 0 deletions
|
|
@ -15,3 +15,4 @@ APP_SECRET=b344cd6cd151ae1d61403ed55806c5ce
|
||||||
# Configure your db driver and server_version in config/packages/doctrine.yaml
|
# Configure your db driver and server_version in config/packages/doctrine.yaml
|
||||||
DATABASE_URL=mysql://db_user:db_password@127.0.0.1:3306/db_name
|
DATABASE_URL=mysql://db_user:db_password@127.0.0.1:3306/db_name
|
||||||
###< doctrine/doctrine-bundle ###
|
###< doctrine/doctrine-bundle ###
|
||||||
|
GMAPS_API_KEY=insertgmapsapikeyhere
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue