Skip to content
Snippets Groups Projects
Commit e070c7f5 authored by Ben Hayward's avatar Ben Hayward
Browse files

Missing gitlab config

parent 0a7045c3
No related branches found
No related tags found
Loading
......@@ -552,3 +552,12 @@ $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}}'
]);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment