diff --git a/config/production.toml b/config/production.toml index d6cd429f731e803ac2670ee9dd2f5c321528c6cb..018589512a5935f3ec36d1f5a1a656761dc39cde 100644 --- a/config/production.toml +++ b/config/production.toml @@ -3,12 +3,7 @@ port = 3234 proxy = true log_level = 'info' rpc_node = 'https://api.hive.blog' -service_url = 'http://localhost:3234' [upload_store] -type = 'fs' -fs_store_path = '/tmp' -s3_bucket = '' +type = 's3' [proxy_store] -type = 'fs' -fs_store_path = '/tmp' -s3_bucket = '' \ No newline at end of file +type = 's3'