This commit is contained in:
Aya Morisawa
2017-02-28 20:44:03 +09:00
parent b4c7005b91
commit c8fbdc9437
5 changed files with 5 additions and 5 deletions

View File

@ -0,0 +1,8 @@
# Realizing whitelist by excluding everything and specifying exceptions.
/*
!/built
!/tools
!/elasticsearch
!/package.json

26
.travis/default.yml Normal file
View 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
View 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

Binary file not shown.