mirror of
https://github.com/dyzulk/trustlab-api.git
synced 2026-01-26 13:22:05 +07:00
feat: implement separate CA database with documentation and standardized workflows
This commit is contained in:
@@ -11,6 +11,8 @@ class CaCertificate extends Model
|
||||
public $incrementing = false;
|
||||
protected $keyType = 'string';
|
||||
|
||||
protected $connection = 'mysql_ca';
|
||||
|
||||
protected $fillable = [
|
||||
'uuid',
|
||||
'ca_type',
|
||||
|
||||
Reference in New Issue
Block a user