getenv('PIXEL_ISLAND_DB_PATH') ?: dirname(__DIR__) . DIRECTORY_SEPARATOR . '_data' . DIRECTORY_SEPARATOR . 'pixel_island.sqlite', 'world_width' => 144, 'world_height' => 112, 'max_assets_per_account' => 220, 'max_world_objects' => 1000, 'publish_limit_first_day' => 5, 'publish_limit_trusted' => 10, 'trusted_after_ms' => 24 * 60 * 60 * 1000, 'max_json_bytes' => 5 * 1024 * 1024, // Set an arbitrary long token here if you use admin/index.php. // Example: 'admin_token' => 'change-this-long-random-string', 'admin_token' => '$GJwk1jkawjfkwa542jgr545kwpGfA5keajfZawj', ];