{{-- Pterodactyl - Panel --}} {{-- Copyright (c) 2015 - 2017 Dane Everitt --}} {{-- This software is licensed under the terms of the MIT license. --}} {{-- https://opensource.org/licenses/MIT --}} @extends('layouts.admin') @section('title') {{ $node->name }}: Configuration @endsection @section('content-header')

{{ $node->name }}Your daemon configuration file.

@endsection @section('content')

Configuration File

{{ $node->getYamlConfiguration() }}

Auto-Deploy

Use the button below to generate a custom deployment command that can be used to configure wings on the target server with a single command.

@endsection @section('footer-scripts') @parent @endsection