* testing not removing old file and adding columb to db * implement feature * remove unnecessary config changes * use only keptOriginalFileName, change keptOriginalFileName to keptOriginalFilename for consistency with with videoFile table, slight refactor with basename() * save original video files to dedicated directory original-video-files * begin implementing object storage (bucket) support --------- Co-authored-by: chagai.friedlander <chagai.friedlander@fairkom.eu> Co-authored-by: Ian <ian.kraft@hotmail.com> Co-authored-by: Chocobozzz <me@florianbigard.com>
		
			
				
	
	
		
			48 lines
		
	
	
	
		
			905 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			48 lines
		
	
	
	
		
			905 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
listen:
 | 
						|
  port: 9001
 | 
						|
 | 
						|
webserver:
 | 
						|
  port: 9001
 | 
						|
 | 
						|
database:
 | 
						|
  suffix: '_test1'
 | 
						|
 | 
						|
# From the project root directory
 | 
						|
storage:
 | 
						|
  tmp: 'test1/tmp/'
 | 
						|
  tmp_persistent: 'test1/tmp-persistent/'
 | 
						|
  bin: 'test1/bin/'
 | 
						|
  avatars: 'test1/avatars/'
 | 
						|
  web_videos: 'test1/web-videos/'
 | 
						|
  streaming_playlists: 'test1/streaming-playlists/'
 | 
						|
  original_video_files: 'test1/original-video-files/'
 | 
						|
  redundancy: 'test1/redundancy/'
 | 
						|
  logs: 'test1/logs/'
 | 
						|
  previews: 'test1/previews/'
 | 
						|
  thumbnails: 'test1/thumbnails/'
 | 
						|
  storyboards: 'test1/storyboards/'
 | 
						|
  torrents: 'test1/torrents/'
 | 
						|
  captions: 'test1/captions/'
 | 
						|
  cache: 'test1/cache/'
 | 
						|
  plugins: 'test1/plugins/'
 | 
						|
  well_known: 'test1/well-known/'
 | 
						|
  client_overrides: 'test1/client-overrides/'
 | 
						|
 | 
						|
admin:
 | 
						|
  email: 'admin1@example.com'
 | 
						|
 | 
						|
user:
 | 
						|
  video_quota: 5242880 # 5MB
 | 
						|
 | 
						|
signup:
 | 
						|
  limit: 4
 | 
						|
 | 
						|
transcoding:
 | 
						|
  enabled: false
 | 
						|
 | 
						|
video_studio:
 | 
						|
  enabled: false
 | 
						|
 | 
						|
live:
 | 
						|
  rtmp:
 | 
						|
    port: 1936
 |