-
Notifications
You must be signed in to change notification settings - Fork 0
/
config-sample.yaml
34 lines (33 loc) · 1.15 KB
/
config-sample.yaml
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
mongodb:
url: "mongodb+srv://pictureminer:[email protected]/?retryWrites=true&w=majority"
database: "pictureminer-api"
Redis:
redishost: "localhost"
Redisport: "6379"
server:
port: "9000"
secret: "mySecretKey"
s3:
AWSRegion: "us-east-1"
AWSAccessKeyID: "AKIAXOMDBDAFLLTWLU4Y"
AWSSecretAccessKey: "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"
BucketName: "miner-pictures"
ProfilePictureBucketName : "miner-profile-pic"
ImaggaAPI:
URL: "https://api.imagga.com/v2/tags"
Auth: "Basic YWNjX2E3YTk5NzM1YjE3NTE5MToyMmQwYjRhN2UzYmI2N2U2Mjc2MjU5ZDgzMmMzZGIyOQ=="
NotifyEmail:
Email: "[email protected]"
Username: "AKIAVI6UXVQWQAAUDS7M"
Password: "pzajnkgwvsrnxhdj"
python:
microservicehost: "https://discripto.io/api2/caption-generator"
WordsAPIConfig:
URL: "https://www.wordsapi.com/mashape/words/"
Trailer: "?when=2022-12-07T20:39:47.672Z&encrypted=8cfdb188e723919bea9607bdef58bdb0aeb42a0936f895b8"
sentry:
Dsn: "https://cc6d7cd5ce5643b89c965e72b3a73f09@o4504260711743488.ingest.sentry.io/4504260716265472"
Debug: true
Environment: ""
TracesSampleRate: 1.0
ProfilePictureBucketName : "miner-profile-pic"