grep -rl "test\.com" . | xargs sed -i 's/test.com/example.com/g'
From test.com to example.com
This commit is contained in:
@@ -444,7 +444,7 @@ EINCIDENT;
|
||||
[
|
||||
'username' => 'test',
|
||||
'password' => 'test123',
|
||||
'email' => 'test@test.com',
|
||||
'email' => 'test@example.com',
|
||||
'level' => User::LEVEL_ADMIN,
|
||||
'api_key' => '9yMHsdioQosnyVK4iCVR',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user