parent
6a12b176e7
commit
ca95b34514
|
@ -18,6 +18,7 @@ drupal_settings:
|
||||||
default: # The database target
|
default: # The database target
|
||||||
driver: mysql # Optional, defaults to 'mysql'
|
driver: mysql # Optional, defaults to 'mysql'
|
||||||
host: localhost # Optional, defaults to 'localhost'
|
host: localhost # Optional, defaults to 'localhost'
|
||||||
|
port: 3306 # Optional
|
||||||
database: mydatabase
|
database: mydatabase
|
||||||
username: user
|
username: user
|
||||||
password: secret
|
password: secret
|
||||||
|
|
Reference in a new issue