Skip to content

Commit 2bcd3c1

Browse files
committed
docs(gameye): use clear image placeholder
1 parent 8704568 commit 2bcd3c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/GameyeAllocator/Project/GameyeAllocator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public void Setup(ICloudCodeConfig config)
3434
config.Dependencies.AddSingleton(new GameyeAllocatorConfig
3535
{
3636
// Required — the application image name registered in the Gameye Admin Panel.
37-
ImageName = "test_nginx",
37+
ImageName = "your-image-name",
3838

3939
// The API environment. Use Sandbox for development, Production for live.
4040
Environment = GameyeEnvironment.Sandbox,

0 commit comments

Comments
 (0)