Commit 0305c097 authored by Ben Hayward's avatar Ben Hayward

Updated to add gitlab example

1 merge request!268[Sprint/InterestingIguana](chore) Add GitLab to settings example
Pipeline #70771057 canceled with stages
in 13 seconds
......@@ -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}}'
]);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment