From d05ea66f4bbcf0cc5c8908f3435c68de1b070fa1 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Sat, 12 Oct 2024 02:52:22 +0300 Subject: Начальная версия MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/dev.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 etc/dev.yaml (limited to 'etc/dev.yaml') diff --git a/etc/dev.yaml b/etc/dev.yaml new file mode 100644 index 0000000..51772e7 --- /dev/null +++ b/etc/dev.yaml @@ -0,0 +1,15 @@ +debug: true + +db: + dsn: "postgres://app:app@localhost:5432/app?sslmode=disable" + +listen: :8000 + +admins: + admin: password + +host: https://sh.org.ru + +keys: + - 12345678901234567890123456789012 + - 12345678901234567890123456789012 \ No newline at end of file -- cgit v1.2.3