Rapsys Git
/
airlibre
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cf0d28
)
Add google api client
author
Raphaël Gertz
<git@rapsys.eu>
Tue, 27 Feb 2024 10:40:30 +0000
(11:40 +0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Tue, 27 Feb 2024 10:40:30 +0000
(11:40 +0100)
.env
patch
|
blob
|
history
diff --git
a/.env
b/.env
index e5a83b822ebc997296a1056d8a67f3023b7d9bba..19937be0fc579fb5c940f11dad97c7a43c9999be 100644
(file)
--- a/
.env
+++ b/
.env
@@
-45,3
+45,10
@@
GOOGLE_SECRET="Ch4ng3m3!"
# MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages
MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0
###< symfony/messenger ###
+
+###> google/apiclient ###
+GOOGLE_API_KEY=
+GOOGLE_CLIENT_ID=
+GOOGLE_CLIENT_SECRET=
+GOOGLE_AUTH_CONFIG=%kernel.project_dir%/path/to/file.json
+###< google/apiclient ###