Update .env_example
This commit is contained in:
parent
2983fb83e3
commit
0f00694d2e
1 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# Compatiplural
|
# Compatiplural
|
||||||
url_override="https://v2.apparyllis.com"
|
url_override="https://api.apparyllis.com"
|
||||||
api_version="v1"
|
api_version="v1"
|
||||||
socket="wss://v2.apparyllis.com/v1/socket"
|
socket="wss://api.apparyllis.com/v1/socket"
|
||||||
pk_url="https://api.pluralkit.me/v2"
|
pk_url="https://api.pluralkit.me/v2"
|
||||||
token="SIMPLYPLURAL_TOKEN"
|
token="SIMPLYPLURAL_TOKEN"
|
||||||
userId="abcd1234"
|
userId="abcd1234"
|
||||||
|
|
@ -9,4 +9,5 @@ pk_token= "PLURALKIT_TOKEN"
|
||||||
heartbeat=4500000
|
heartbeat=4500000
|
||||||
max_workers=1
|
max_workers=1
|
||||||
silence_connections=true
|
silence_connections=true
|
||||||
full_swap=false
|
full_swap=false
|
||||||
|
primary_tag="primary "
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue