-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
49 lines (49 loc) · 1.25 KB
/
.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
ALGORITHM=HS256
APP_TOKEN=xapp-apptoken
AUTH_BASE_URL=https://secure.meetup.com/oauth2/authorize
BOT_USER_TOKEN=xoxb-botusertoken
CACHE_FN=/tmp/meetup_query
CHANNEL=okc-metro
CHANNEL2=events
CLIENT_ID=securesuperkey
CLIENT_SECRET=secretsecuresuper
CSV_FN=/tmp/output.csv
DAYS=7
DB_HOST=localoraws
DB_NAME=herokuawsstring
DB_PASS=anothercredgoeshere
DB_PORT=5432
DB_URL=ridiculousdbconnection
DB_USER=someuser
ENDPOINT=emoji.list
HEROKU_APP=herokuapp
HOST=localhost
JSON_FN=/tmp/output.json
JWT_LIFE_SPAN=120
MEETUP_PASS=supersecurepassword
POETRY=1.7.1
PORT=3000
PRIV_KEY_B64=base64_encoded_private_pem_key
PUB_KEY_B64=base64_encoded_public_pem_key
PY_VER=3.11.6
REDIRECT_URI=https://acme.com
REGISTRY_URL=docker.io
REGISTRY_PASS=containerregistrytoken
RUN_TIME=1400
SECRET_KEY=secretmeetinginthebasementofmybrain
SELF_ID=techlahomauserid
SERVICE=meetup-bot
SIGNING_KEY_ID=activejwtkeyid
SIGNING_SECRET=33characterstringthatImm1micking!
SLACK_WEBHOOK=incomingwebhook
TAG=registry.heroku.com/${HEROKU_APP}/web:latest
TIME_DELTA=1
TOKEN_EXPIRE=30
TOKEN_URL="https://secure.meetup.com/oauth2/access"
TTL=3600
TZ=America/Chicago
URL=https://dyno-name.herokuapp.com
URLNAME=Techlahoma-Foundation
USER_NAME=containerregistryusername
USER_TOKEN=xoxp-usertoken