Rapsys Git
/
packbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cdadd5
)
Use bundle alias and version as user agent
0.2.5
author
Raphaël Gertz
<git@rapsys.eu>
Mon, 31 Jul 2023 23:31:07 +0000
(
01:31
+0200)
committer
Raphaël Gertz
<git@rapsys.eu>
Mon, 31 Jul 2023 23:31:07 +0000
(
01:31
+0200)
DependencyInjection/Configuration.php
patch
|
blob
|
history
diff --git
a/DependencyInjection/Configuration.php
b/DependencyInjection/Configuration.php
index 0dfa79dcfe7786278d078533509212e52abb35f9..2e57ae864af747a11ac4e51e70377341532c86e4 100644
(file)
--- a/
DependencyInjection/Configuration.php
+++ b/
DependencyInjection/Configuration.php
@@
-42,7
+42,7
@@
class Configuration implements ConfigurationInterface {
'name' => 'asset_url',
'scheme' => 'https://',
'timeout' => (int)ini_get('default_socket_timeout'),
- 'agent' =>
(string)ini_get('user_agent')?:'rapsys_pack/0.2.4'
,
+ 'agent' =>
$alias.'/'.($version = RapsysPackBundle::getVersion())
,
'redirect' => 5
],
#TODO: migrate to public.path, public.url and router->generateUrl ?