Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Зуев Егор
/
wiki.dev
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
Dan Brown
2016-05-02 10:35:42 +0100
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
3385ec3f7859dfe949807dd4c48c07c05b64e355
3385ec3f
1 parent
1b46c198
Updated database config to be codeship compatible
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
config/database.php
config/database.php
View file @
3385ec3
...
...
@@ -84,8 +84,8 @@ return [
'driver'
=>
'mysql'
,
'host'
=>
'localhost'
,
'database'
=>
'bookstack-test'
,
'username'
=>
'bookstack-test'
,
'password'
=>
'bookstack-test'
,
'username'
=>
env
(
'MYSQL_USER'
,
'bookstack-test'
)
,
'password'
=>
env
(
'MYSQL_PASSWORD'
,
'bookstack-test'
)
,
'charset'
=>
'utf8'
,
'collation'
=>
'utf8_unicode_ci'
,
'prefix'
=>
''
,
...
...
Please
register
or
sign in
to post a comment