You've already forked openaccounting-server
forked from cybercinch/openaccounting-server
Updates AWS SDK and removes Blazer B2 dependency in favor of unified S3-compatible approach. Includes configuration examples and documentation. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
15 lines
318 B
Plaintext
15 lines
318 B
Plaintext
{
|
|
"weburl": "https://yourapp.com",
|
|
"address": "localhost",
|
|
"port": 8080,
|
|
"apiprefix": "/api/v1",
|
|
"databasedriver": "sqlite",
|
|
"databasefile": "./openaccounting.db",
|
|
"storage": {
|
|
"backend": "local",
|
|
"local": {
|
|
"root_dir": "./uploads",
|
|
"base_url": "https://yourapp.com/files"
|
|
}
|
|
}
|
|
} |