I'm aware of using custom configuration values for my custom services, but what if I have global configuration values that I wish to use everywhere? A define would save my ass, but I'm sure the DI container has a more elegant approach.
I need a few global keys, so, how do define them in Symfony 2?