-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathnestor.conf.template
59 lines (50 loc) · 1.09 KB
/
nestor.conf.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
include "application"
#
This is the new 3 dr specific keys
for dronehub
dapi {#
if threescale keys are not set threescale will not be used
for API control
threescale {#
apiKey = "FIXME"#
serviceId = "FIXME"
}
aws {#
You must set this to amazon keys which allow access to S3 bucket read / write / update
accessKey = $ {
AWS_ACCESS_KEY
}
secretKey = $ {
AWS_SECRET_KEY
}
}
s3 {#
default value
bucketName = "s3-droneapi"#
optional environment override
bucketName = $ { ? S3_BUCKET_NAME
}
}
#
if you don 't want server to pick a random root password set this here#
defaultRootPsw = "FIXME"
}
#
If you would like to use mapbox on the server, add your auth info here
mapbox {
domain = "mapbox.dark"
accessToken = "FIXME"
}
#
Use this to setup your mailgun account
for sending user password emails
mailgun {
key = "FIXME"
}
#
Use this
if you 'd like to generate doarama movies via their service
doarama {
name = "FIXME"
key = "FIXME"
}