-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample.env.json
More file actions
56 lines (56 loc) · 2.98 KB
/
Copy pathexample.env.json
File metadata and controls
56 lines (56 loc) · 2.98 KB
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
50
51
52
53
54
55
56
{
"email": "EMAIL THE SITE WILL LOG INTO",
"emailPass": "PASSWORD TO THAT EMAIL",
"salt": "ANY PHRASE YOU LIKE",
"hookUrl": "DISCORD WEBHOOK FOR MOD ACTIONS, SERVER ERROR ALERTS, AND THE DAILY HIGHLIGHTED MII REMINDER",
"researchHook": "(Optional) Discord webhook for Official and research-managed Mii upload, edit, and ZIP-result reports",
"privateMiiLimit": "(Number) limit of private miis each user can have, e.g. 50",
"baseUrl": "THE URL YOUR SITE IS HOSTED FROM",
"discordInvite": "AN INVITE TO YOUR DISCORD SUPPORT SERVER",
"githubLink": "Link to source code, i.e. https://github.com/Stewared/InfiniMii",
"INDEXNOW_KEY": "(Optional) A stable IndexNow key, such as a UUID, used for key verification and submissions",
"JWT_SECRET": "A long, random, cryptographically secure string used to sign JWTs",
"MONGODB_URI": "MongoDB connection string, e.g. mongodb://127.0.0.1:27017/infinimii",
"LTD_RENDERER_ROOT": "(Optional) Renderer root; defaults to ./ltd-renderer/dcmp. Relative overrides resolve from the InfiniMii repository root.",
"LTD_RENDERER_ASSET_ROOT": "(Optional) Converted LTD assets; defaults to ./ltd-renderer/ltdDemo_converted_assets. Relative overrides resolve from the InfiniMii repository root.",
"LTD_RENDERER_PYTHON": "(Optional) Absolute Python executable; defaults to python on PATH",
"LTD_RENDERER_PERSISTENT_WORKER": "(Optional) false disables the warm Python render-worker pool and uses one cold process per render; defaults to true",
"TOMODACHI_NATIVE_RENDERER_BIN_DIR": "(Optional) Directory containing locally built render_body_model and render_headwear_model binaries",
"TOMODACHI_NATIVE_RENDER_CONCURRENCY": "(Optional) Maximum concurrent native Mii renders; defaults to up to 4",
"OAUTH_AUTO_CREATE_ACCOUNTS": "(Optional) false disables new-account creation from OAuth. Defaults to true.",
"OAUTH_AUTO_LINK_EMAIL": "(Optional) true allows a verified provider email to auto-link an existing account. Defaults to false.",
"GOOGLE_CLIENT_ID": "",
"GOOGLE_CLIENT_SECRET": "",
"GOOGLE_CALLBACK_URL": "",
"DISCORD_CLIENT_ID": "",
"DISCORD_CLIENT_SECRET": "",
"DISCORD_CALLBACK_URL": "",
"GITHUB_CLIENT_ID": "",
"GITHUB_CLIENT_SECRET": "",
"GITHUB_CALLBACK_URL": "",
"MICROSOFT_CLIENT_ID": "",
"MICROSOFT_CLIENT_SECRET": "",
"MICROSOFT_TENANT_ID": "",
"MICROSOFT_CALLBACK_URL": "",
"APPLE_CLIENT_ID": "",
"APPLE_CLIENT_SECRET": "",
"APPLE_TEAM_ID": "",
"APPLE_KEY_ID": "",
"APPLE_PRIVATE_KEY": "",
"APPLE_CALLBACK_URL": "",
"FACEBOOK_CLIENT_ID": "",
"FACEBOOK_CLIENT_SECRET": "",
"FACEBOOK_APP_ID": "",
"FACEBOOK_APP_SECRET": "",
"FACEBOOK_CALLBACK_URL": "",
"X_CLIENT_ID": "",
"X_CLIENT_SECRET": "",
"X_CALLBACK_URL": "",
"TWITTER_CLIENT_ID": "",
"TWITTER_CLIENT_SECRET": "",
"TWITCH_CLIENT_ID": "",
"TWITCH_CLIENT_SECRET": "",
"TWITCH_CALLBACK_URL": "",
"STEAM_CLIENT_ID": "",
"STEAM_CALLBACK_URL": ""
}