DebugUploads reports whether this is a debug environment for uploads.
()
| 32 | |
| 33 | // DebugUploads reports whether this is a debug environment for uploads. |
| 34 | func DebugUploads() bool { |
| 35 | return isDebugUploads |
| 36 | } |
| 37 | |
| 38 | // IsDev reports whether this is a development server environment (devcam server). |
| 39 | func IsDev() bool { |