pan / config.json
nump's picture
Upload 2 files
6bf66cb verified
raw
history blame contribute delete
684 Bytes
{
"security": {
"admin_password": "ENV_ADMIN_PASSWORD"
},
"http": {
"host": "0.0.0.0",
"port": 7860,
"title": "Pandora",
"rate": 100
},
"database": {
"driver": "sqlite",
"dsn": "./data/data.db"
},
"pandora": {
"domain": {
"chat": "https://chat.oaifree.com",
"token": "https://token.oaifree.com",
"index": "https://new.oaifree.com"
}
},
"log": {
"level": "info",
"output": "console",
"log_file_name": "./logs/server.log",
"max_backups": 30,
"max_age": 7,
"max_size": 1024,
"compress": true
}
}