Конфигурация

This commit is contained in:
2024-11-13 07:05:06 +03:00
parent 80057d6d31
commit 78a1dd3d62

View File

@@ -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"
}