diff options
author | Chocobozzz <me@florianbigard.com> | 2019-07-29 11:59:29 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-07-29 13:40:39 +0200 |
commit | 2284f202070aa2e49156cc52b3b1596a7d5aadec (patch) | |
tree | 77aeb00016734667f8ff32a98ea8b4a6ed3ca31e /config | |
parent | 112be80ebdf96ef6a27420c1c6a10097388731a9 (diff) | |
download | PeerTube-2284f202070aa2e49156cc52b3b1596a7d5aadec.tar.gz PeerTube-2284f202070aa2e49156cc52b3b1596a7d5aadec.tar.zst PeerTube-2284f202070aa2e49156cc52b3b1596a7d5aadec.zip |
Add gitlab ci support
Diffstat (limited to 'config')
-rw-r--r-- | config/test.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/test.yaml b/config/test.yaml index e5ac74f57..8843bb2dc 100644 --- a/config/test.yaml +++ b/config/test.yaml | |||
@@ -20,6 +20,9 @@ database: | |||
20 | hostname: 'localhost' | 20 | hostname: 'localhost' |
21 | port: 5432 | 21 | port: 5432 |
22 | 22 | ||
23 | redis: | ||
24 | hostname: 'localhost' | ||
25 | |||
23 | smtp: | 26 | smtp: |
24 | hostname: null | 27 | hostname: null |
25 | port: 1025 | 28 | port: 1025 |