mirror of
https://github.com/YunoHost-Apps/spacedeck_ynh.git
synced 2024-09-03 20:26:14 +02:00
38 lines
990 B
JSON
38 lines
990 B
JSON
{
|
|
"team_name": "YunoHost Spacedeck",
|
|
"contact_email": "webmaster@__DOMAIN__",
|
|
|
|
"host": "127.0.0.1",
|
|
"port": __PORT__,
|
|
"endpoint": "https://__DOMAIN____PATH__",
|
|
"invite_code": "__INVITE_SECRET__",
|
|
|
|
"storage_dialect": "sqlite",
|
|
|
|
"storage_host": "localhost",
|
|
"storage_database": "spacedeck",
|
|
"storage_username": "username",
|
|
"storage_password": "password",
|
|
|
|
"storage_local_path": "__DATA_DIR__/storage",
|
|
"storage_local_db": "./database/database.sqlite",
|
|
"storage_region": "eu-central-1",
|
|
"storage_endpoint": "http://localhost:4572",
|
|
"storage_bucket": "my_spacedeck_bucket",
|
|
"storage_cdn": "/storage",
|
|
|
|
"mongodb_host": "localhost",
|
|
"redis_mock": true,
|
|
"redis_host": "localhost",
|
|
|
|
"export_api_secret": "__API_SECRET__",
|
|
|
|
"mail_provider": "smtp",
|
|
"mail_smtp_host": "localhost",
|
|
"mail_smtp_port": 25,
|
|
"mail_smtp_secure": false,
|
|
"mail_smtp_require_tls": false,
|
|
"mail_smtp_user": "__APP__@__DOMAIN__",
|
|
"mail_smtp_pass": "",
|
|
"spacedeck": {}
|
|
}
|