Clean up
This commit is contained in:
parent
b4c7005b91
commit
c8fbdc9437
5 changed files with 5 additions and 5 deletions
8
.travis/.gitignore-release
Normal file
8
.travis/.gitignore-release
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Realizing whitelist by excluding everything and specifying exceptions.
|
||||
|
||||
/*
|
||||
|
||||
!/built
|
||||
!/tools
|
||||
!/elasticsearch
|
||||
!/package.json
|
||||
26
.travis/default.yml
Normal file
26
.travis/default.yml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
maintainer: '@syuilo'
|
||||
url: 'https://misskey.xyz'
|
||||
secondary_url: 'https://himasaku.net'
|
||||
port: 80
|
||||
https:
|
||||
enable: false
|
||||
key: null
|
||||
cert: null
|
||||
ca: null
|
||||
mongodb:
|
||||
host: localhost
|
||||
port: 27017
|
||||
db: misskey
|
||||
user: syuilo
|
||||
pass: ''
|
||||
redis:
|
||||
host: localhost
|
||||
port: 6379
|
||||
pass: ''
|
||||
elasticsearch:
|
||||
host: localhost
|
||||
port: 9200
|
||||
pass: ''
|
||||
recaptcha:
|
||||
siteKey: hima
|
||||
secretKey: saku
|
||||
26
.travis/test.yml
Normal file
26
.travis/test.yml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
maintainer: '@syuilo'
|
||||
url: 'https://misskey.xyz'
|
||||
secondary_url: 'https://himasaku.net'
|
||||
port: 80
|
||||
https:
|
||||
enable: false
|
||||
key: null
|
||||
cert: null
|
||||
ca: null
|
||||
mongodb:
|
||||
host: localhost
|
||||
port: 27017
|
||||
db: test-misskey
|
||||
user: admin
|
||||
pass: ''
|
||||
redis:
|
||||
host: localhost
|
||||
port: 6379
|
||||
pass: ''
|
||||
elasticsearch:
|
||||
host: localhost
|
||||
port: 9200
|
||||
pass: ''
|
||||
recaptcha:
|
||||
siteKey: hima
|
||||
secretKey: saku
|
||||
BIN
.travis/travis_rsa.enc
Normal file
BIN
.travis/travis_rsa.enc
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue