Skip to content

Commit f5e393a

Browse files
midirhee12maningreen
midirhee12
authored andcommitted
feat: added direnv support
1 parent 690a7ba commit f5e393a

File tree

2 files changed

+54
-1
lines changed

2 files changed

+54
-1
lines changed

.envrc

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# For flake's devShell:
2+
use flake .
3+
4+
5+
6+
# Below are env vars:
7+
8+
#
9+
# Required
10+
#
11+
12+
# If in production mode:
13+
14+
# DEV=False
15+
export PROD_DATABASE_URL=""
16+
export PROD_TOKEN=""
17+
18+
# If in development mode:
19+
20+
# DEV=True
21+
export DEV_DATABASE_URL=""
22+
export DEV_TOKEN=""
23+
24+
#
25+
# Optional
26+
#
27+
28+
export INFLUXDB_TOKEN=""
29+
export INFLUXDB_URL=""
30+
export INFLUXDB_ORG=""
31+
32+
export SENTRY_URL=""
33+
34+
export PROD_COG_IGNORE_LIST="rolecount,mail" # These are ATL specific cogs that are not needed in Tux unless you are ATL
35+
export DEV_COG_IGNORE_LIST=
36+
37+
export GITHUB_APP_ID=
38+
export GITHUB_CLIENT_ID=""
39+
export GITHUB_CLIENT_SECRET=""
40+
export GITHUB_PUBLIC_KEY=""
41+
export GITHUB_INSTALLATION_ID=
42+
43+
export GITHUB_PRIVATE_KEY_BASE64=""
44+
45+
export GITHUB_REPO_URL=
46+
export GITHUB_REPO_OWNER=
47+
export GITHUB_REPO=
48+
49+
export MAILCOW_API_KEY=
50+
export MAILCOW_API_URL=

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,4 +171,7 @@ tux/extensions/*
171171

172172
# misc
173173
slim.report.json
174-
prisma_binaries/
174+
prisma_binaries/
175+
176+
# direnv
177+
.direnv/

0 commit comments

Comments
 (0)