-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathoptions-example.yml
61 lines (54 loc) · 1.47 KB
/
options-example.yml
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
57
58
59
60
61
bws:
project_id: "your-project-id"
enable: "false"
jwt:
secret: "your_jwt_secret_key_here" # Ensure this is at least 32 characters long
algorithm: "HS256"
lifetime_user: 9072000 # 15 weeks
lifetime_sudo: 86400 # 1 day
http:
domain: "join.hackucf.org"
infra:
wifi: "your_wifi_password_here"
horizon: "https://horizon.hackucf.org"
discord:
client_id: "1"
secret: "your_discord_secret_here"
redirect_base: "https://join.hackucf.org/api/oauth/?redir="
scope: "email identify guilds.join"
bot_token: "1"
guild_id: "1"
member_role: "1"
enable: false
stripe:
api_key: "your_stripe_api_key_here"
webhook_secret: "your_stripe_webhook_secret_here"
price_id: "your_stripe_price_id_here"
url_success: "https://join.hackucf.org/final/"
url_failure: "https://join.hackucf.org/pay/"
pause_payments: true
email:
smtp_server: "smtp.gmail.com"
email: "[email protected]"
password: "your_email_password_here"
enable: false
telemetry:
url: "your_telemetry_url_here"
enable: false
keycloak:
username: "admin-test"
password: "test"
realm: "test"
url: https://example.com
enable: false
google_wallet:
auth_json: >
{
"type": "service_account",
}
issuer_id: "1"
class_suffix: "hack_onboard_generic_v1"
enable: false
database:
#url: "sqlite:////data/database.db" # For docker create database/
url: "sqlite:///database/database.db" # For local dev create database/