-
Notifications
You must be signed in to change notification settings - Fork 18
[Dev] .env
KOBAYASHI Keiichi edited this page May 18, 2020
·
3 revisions
動作のためには .env ファイルの設置が必要です。 .env.sample をもとに .env を作成し、それぞれの値を適切に設定してください。
# Working environment
# - production ... For Production
# - development ... For Developers
# - test ... For CircleCI
environment=development
# Slack API Token
# https://api.slack.com/apps/A012EC4TAUQ/oauth の OAuth Access Token
slack_token=xxxxxxxxx
# Slack channel name
# Purpose:
# - Gather users from this channel so as to get cooperation by them with surveys.
# - Post some information such as a Survey ranking into this channel by bot.
slack_channel=vscovid19
# (Optional)
# Developers' Slack channel name
# Purpose:
# - Notify production version in deployment.
slack_channel_develop=covid19-surveyor-dev
# Note: For further information, See also Wiki of our project.
# https://github.com/arakawatomonori/covid19-surveyor/wiki
- production … 本番環境用
- development … 開発作業時用
- test … CircleCI等のテスト時
開発作業時の environment の値は development に設定してください。
ボットが Slack に対してポストする際の認証用トークンです。必要な場合は Slack 等で開発者陣に問い合わせてください。
ボットが Slack に対してポストする先のチャンネル名。