summary | 
shortlog | 
log | 
commit | commitdiff | 
tree
raw | 
patch | 
inline | side by side (from parent 1: 
3f1493d)
 
Add pack bundle env variables
 # https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration
 
 ###> symfony/framework-bundle ###
 # https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration
 
 ###> symfony/framework-bundle ###
 APP_SECRET="Ch4ng3m3!"
 ###< symfony/framework-bundle ###
 
 APP_SECRET="Ch4ng3m3!"
 ###< symfony/framework-bundle ###
 
 ###< doctrine/doctrine-bundle ###
 
 ###> symfony/mailer ###
 ###< doctrine/doctrine-bundle ###
 
 ###> symfony/mailer ###
-# MAILER_DSN=null://null
+# MAILER_DSN="null://null"
 ###< symfony/mailer ###
 
 ###> rapsys/airbundle ###
 ###< symfony/mailer ###
 
 ###> rapsys/airbundle ###
 
 ###> symfony/messenger ###
 # Choose one of the transports below
 
 ###> 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
+# 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"
 ###< symfony/messenger ###
 
 ###> google/apiclient ###
 ###< symfony/messenger ###
 
 ###> google/apiclient ###
 GOOGLE_CLIENT_SECRET=
 GOOGLE_AUTH_CONFIG=%kernel.project_dir%/path/to/file.json
 ###< google/apiclient ###
 GOOGLE_CLIENT_SECRET=
 GOOGLE_AUTH_CONFIG=%kernel.project_dir%/path/to/file.json
 ###< google/apiclient ###
+
+###> rapsys/packbundle ###
+# User agent
+RAPSYSPACK_AGENT='rapsyspack/Ch4ng3m3!'
+# Hostname
+RAPSYSPACK_HOSTNAME="Ch4ng3m3!"
+# Shuffled printable character range",
+# XXX: Run "php bin/console rapsyspack:range" to generate a range
+RAPSYSPACK_RANGE="Ch4ng3m3!"
+# Redirect
+RAPSYSPACK_REDIRECT=20
+# Scheme
+RAPSYSPACK_SCHEME="https://"
+# Timeout
+RAPSYSPACK_TIMEOUT=60
+###< rapsys/packbundle ###