gnu-social/config/packages/test/doctrine.yaml

9 lines
161 B
YAML
Raw Normal View History

2022-10-29 03:22:30 +09:00
parameters:
test_token: 1
doctrine:
dbal:
override_url: true
2022-10-29 03:22:30 +09:00
dbname: 'test_%env(default:test_token:TEST_TOKEN)%'
logging: false