Конфигурация
This commit is contained in:
@@ -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"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user