-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env.example
25 lines (19 loc) · 894 Bytes
/
.env.example
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
###############################################
# Yandex Translate API Credentials #
# https://tech.yandex.com/keys/?service=trnsl #
###############################################
YANDEX_TRANSLATE_API_KEY="Your key here"
##############################################
# Yandex Dictionary API Credentials #
# https://tech.yandex.com/keys/?service=dict #
##############################################
YANDEX_DICTIONARY_API_KEY="Your key here"
#########################################################
# IBM Watson API Credentials #
# https://console.bluemix.net/developer/watson/projects #
#########################################################
IBM_WATSON_TTS_API_USERNAME="Your username here"
IBM_WATSON_TTS_API_PASSWORD="Your password here"
###############################
# Your Custom API Credentials #
###############################