/
dimamir
/
coolify
Обзор
Документация
Войти
/
dimamir
/
coolify
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
config/redoc.php
28 строк
743 B
Andras Bacsai
feat: add internal api docs to /docs/api with auth
12 ноя 2024, 15:49
12 ноя 2024, 15:49
7253041
Код
Авторство
О чём код?
<?php return [ /* |-------------------------------------------------------------------------- | Directory |-------------------------------------------------------------------------- | | The name of the directory where your OpenAPI definitions are stored. | */ 'directory' => '', /* |-------------------------------------------------------------------------- | Variables |-------------------------------------------------------------------------- | | You can automatically replace variables in your OpenAPI definitions by | adding a key value pair to the array below. This will replace any | instances of :key with the given value. | */ 'variables' => [], ];