mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Made the default ID a little more fun
no-issue A bunch of zeroes is boring :(
This commit is contained in:
parent
dfeb965878
commit
da2ba37f63
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ export class ActorRepositoryInMemory implements ActorRepository {
|
|||
constructor(@Inject('SettingsCache') settingsCache: SettingsCache) {
|
||||
this.actors = [
|
||||
Actor.create({
|
||||
id: ObjectID.createFromHexString('000000000000000000000000'),
|
||||
id: ObjectID.createFromHexString('deadbeefdeadbeefdeadbeef'),
|
||||
username: 'index',
|
||||
publicKey: settingsCache.get('ghost_public_key'),
|
||||
privateKey: settingsCache.get('ghost_private_key')
|
||||
|
|
Loading…
Add table
Reference in a new issue