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