diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-04-30 11:17:50 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-04-30 12:56:36 +0200 |
commit | 9353449515ff6881a54ce6887297b7eab2855186 (patch) | |
tree | d3a6a3e84b3684e3689c4b40ed2e1d53b26a3dc8 /config/default.yaml | |
parent | 1342381694456da6bfcb01a6f9e23c54cc90c82e (diff) | |
download | PeerTube-9353449515ff6881a54ce6887297b7eab2855186.tar.gz PeerTube-9353449515ff6881a54ce6887297b7eab2855186.tar.zst PeerTube-9353449515ff6881a54ce6887297b7eab2855186.zip |
Use scripty instead of writing shell commands in package.json
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/default.yaml b/config/default.yaml index 646113da4..be161640c 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -9,7 +9,7 @@ webserver: | |||
9 | database: | 9 | database: |
10 | host: 'localhost' | 10 | host: 'localhost' |
11 | port: 27017 | 11 | port: 27017 |
12 | suffix: '-suffix' | 12 | suffix: '-dev' |
13 | 13 | ||
14 | # From the project root directory | 14 | # From the project root directory |
15 | storage: | 15 | storage: |