This website works better with JavaScript.
Home
Explore
Help
Sign In
GNUsocial
/
gnu-social
Watch
4
Star
0
Fork
1
Code
Issues
Releases
4
Wiki
Activity
Browse Source
[DOCTRINE][CONFIGURATION] Add new required Doctrine DBAL parameter, for testing environments
remotes/upstream/experimental
Hugo Sales
1 year ago
parent
03a0df987e
commit
c66801a5c4
Signed by:
someonewithpc
<hugo@hsal.es>
GPG Key ID:
7D0C7EAFC9D835A0
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
config/packages/test/doctrine.yaml
+ 4
- 0
config/packages/test/doctrine.yaml
View File
@@ -0,0 +1,4 @@
doctrine:
dbal:
override_url: true
dbname: test
Write
Preview
Loading…
Cancel
Save