mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-22 19:16:39 +10:00
13 lines
226 B
Ruby
13 lines
226 B
Ruby
User.seed(:id, [
|
|
{
|
|
id: 1,
|
|
name: "Administrator",
|
|
email: "admin@local.host",
|
|
username: 'root',
|
|
password: "5iveL!fe",
|
|
password_confirmation: "5iveL!fe",
|
|
admin: true,
|
|
projects_limit: 100,
|
|
}
|
|
])
|