Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits on Source (2)
[Sprint/InterestingIguana](chore) Add GitLab to settings example
· b47d62ff
Ben
authored
Jul 13, 2019
and
Mark Harding
committed
Jul 13, 2019
b47d62ff
Merge branch 'chore/update-setting-example' into 'master'
· 1519f7fe
Mark Harding
authored
Jul 13, 2019
[Sprint/InterestingIguana](chore) Add GitLab to settings example See merge request
!268
1519f7fe
Hide whitespace changes
Inline
Side-by-side
settings.example.php
View file @
1519f7fe
...
...
@@ -552,3 +552,13 @@ $CONFIG->cinemr_url = 'https://cinemr.s3.amazonaws.com/cinemr_dev/';
$CONFIG
->
mongodb_servers
=
[
'minds_mongo_1'
];
$CONFIG
->
set
(
'last_tos_update'
,
1
);
$CONFIG
->
set
(
'gitlab'
,
[
'project_id'
=>
[
'mobile'
=>
'10171280'
,
// project id mobile
'front'
=>
'10152778'
,
// project id front
],
'private_key'
=>
'{{private-key}}'
]);