Commit 0fcb0d0c authored by Marcelo Rivera's avatar Marcelo Rivera

(fix): removed cockroach disable from settings.example.php

parent 2464e907
1 merge request!257[Sprint/InterestingIguana] (feat): disable VPN restriction for staging
Pipeline #72696337 failed with stages
in 3 minutes and 38 seconds
......@@ -14,12 +14,6 @@ $CONFIG->cassandra = (object) [
'password' => 'cassandra',
];
$CONFIG->database = [
'host' => 'cockroachdb',
'user' => 'php',
'sslmode' => 'disable',
];
$CONFIG->redis = [
'master' => 'redis',
'slave' => 'redis'
......
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