fixed cloud value for upload_prefix

parent 69701844
Showing with 2 additions and 2 deletions
......@@ -534,4 +534,4 @@ $config['proxy_ips'] = '';
$config['upload_path'] = ENVIRONMENT == 'production' ? 'gs://wbt2020.appspot.com/uploads/' : './uploads/';
// Prefix for building public URL to the uploaded file
$config['upload_prefix'] = ENVIRONMENT == 'production' ? 'https://storage.cloud.google.com/uploads/' : $config['base_url'] . 'uploads/';
\ No newline at end of file
$config['upload_prefix'] = ENVIRONMENT == 'production' ? 'https://storage.cloud.google.com/wbt2020.appspot.com/uploads/' : $config['base_url'] . 'uploads/';
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment