This commit is contained in:
Sean McArthur 2014-08-26 15:16:22 -07:00
Родитель 5d1ebfa1f0
Коммит aaec215847
1 изменённых файлов: 19 добавлений и 0 удалений

19
config/worker.sample.json Normal file
Просмотреть файл

@ -0,0 +1,19 @@
{
"img": {
"driver": "aws",
"providers": {
"fxa": "^http://127.0.0.1:1112/a/[0-9a-f]{32}$"
},
"uploads": {
"dest": {
"public": "BUCKET_NAME"
}
},
"url": "https://a.p.firefoxusercontent.net/a/{id}"
},
"worker": {
"host": "127.0.0.1",
"port": 1113
}
}