File size: 291 Bytes
f10d8be
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
{
  "some_setting": "value",
  "another_setting": 123,
  "database": {
    "type": "ENV_Alist_DB_TYPE",
    "host": "ENV_Alist_DB_HOST",
    "port": ENV_Alist_DB_PORT, 
    "user": "ENV_Alist_DB_USER",
    "password": "ENV_Alist_DB_PASSWORD",
    "name": "ENV_Alist_DB_NAME"
  }
}