File tree 2 files changed +54
-1
lines changed
2 files changed +54
-1
lines changed Original file line number Diff line number Diff line change
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=
Original file line number Diff line number Diff line change @@ -171,4 +171,7 @@ tux/extensions/*
171
171
172
172
# misc
173
173
slim.report.json
174
- prisma_binaries /
174
+ prisma_binaries /
175
+
176
+ # direnv
177
+ .direnv /
You can’t perform that action at this time.
0 commit comments