Support another dev environment
This commit is contained in:
parent
e612ad836a
commit
3f3f412d04
|
@ -18,8 +18,9 @@ yarn-error.log
|
||||||
/packages/tests/fixtures/video_59fps.mp4
|
/packages/tests/fixtures/video_59fps.mp4
|
||||||
/packages/tests/fixtures/transcription/models-v1/
|
/packages/tests/fixtures/transcription/models-v1/
|
||||||
|
|
||||||
# Production
|
# PeerTube
|
||||||
/storage
|
/storage
|
||||||
|
/dev1
|
||||||
/config/production.yaml
|
/config/production.yaml
|
||||||
/config/local*
|
/config/local*
|
||||||
/ffmpeg/
|
/ffmpeg/
|
||||||
|
|
|
@ -0,0 +1,29 @@
|
||||||
|
# Use another database and directories than dev.yaml
|
||||||
|
# Useful if you work on 2 big features that update DB schema
|
||||||
|
# To use this config: NODE_APP_INSTANCE=1 npm run dev
|
||||||
|
|
||||||
|
database:
|
||||||
|
suffix: '_dev1'
|
||||||
|
|
||||||
|
redis:
|
||||||
|
db: 1
|
||||||
|
|
||||||
|
storage:
|
||||||
|
tmp: 'dev1/tmp/'
|
||||||
|
tmp_persistent: 'dev1/tmp-persistent/'
|
||||||
|
bin: 'dev1/bin/'
|
||||||
|
avatars: 'dev1/avatars/'
|
||||||
|
web_videos: 'dev1/web-videos/'
|
||||||
|
streaming_playlists: 'dev1/streaming-playlists/'
|
||||||
|
original_video_files: 'dev1/original-video-files/'
|
||||||
|
redundancy: 'dev1/redundancy/'
|
||||||
|
logs: 'dev1/logs/'
|
||||||
|
previews: 'dev1/previews/'
|
||||||
|
thumbnails: 'dev1/thumbnails/'
|
||||||
|
storyboards: 'dev1/storyboards/'
|
||||||
|
torrents: 'dev1/torrents/'
|
||||||
|
captions: 'dev1/captions/'
|
||||||
|
cache: 'dev1/cache/'
|
||||||
|
plugins: 'dev1/plugins/'
|
||||||
|
well_known: 'dev1/well-known/'
|
||||||
|
client_overrides: 'dev1/client-overrides/'
|
Loading…
Reference in New Issue