From 78a1dd3d62933404eda7a7a4fc2a36798097918b Mon Sep 17 00:00:00 2001 From: Disledg Date: Wed, 13 Nov 2024 07:05:06 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BE=D0=BD=D1=84=D0=B8=D0=B3=D1=83?= =?UTF-8?q?=D1=80=D0=B0=D1=86=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/ config_example.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/config/ config_example.json b/config/ config_example.json index e69de29..e78d0de 100644 --- a/config/ config_example.json +++ b/config/ config_example.json @@ -0,0 +1,30 @@ +{ + "mongodb":{ + "mongodb_username":"mongodb_username", + "mongodb_password":"mongodb_password", + "mongodb_uri":"mongodb_uri", + "database_name":"database_name" + }, + "postgreSQL":{ + "username":"username", + "password_DB":"password_DB" + }, + "subscription_templates":{ + "Бимжик":{ + "duration":1, + "iplimit":2, + "cost":200 + }, + "Бизнес_хомячёк":{ + "duration":3, + "iplimit":2, + "cost":500 + }, + "Продвинутый_Акулёнок":{ + "duration":12, + "iplimit":2, + "cost":888 + } + }, + "token":"token" +} \ No newline at end of file