-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.env.example
More file actions
38 lines (34 loc) · 1.66 KB
/
Copy path.env.example
File metadata and controls
38 lines (34 loc) · 1.66 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
# Sozo — muhit sozlamalari
#
# Bu faylni `.env` deb nusxalang va qiymatlarni to'ldiring:
# cp .env.example .env
#
# `.env` pubspec.yaml da asset sifatida e'lon qilingan, shuning uchun fayl
# BO'LMASA build yiqiladi. Barcha kalitlar ixtiyoriy — bo'sh qoldirilsa
# tegishli imkoniyat o'chadi, ilova baribir ishlaydi.
# Amplitude product analytics. Bo'sh bo'lsa analytics umuman yuborilmaydi —
# lokal ishlab chiqishda shunday qoldiring.
AMPLITUDE_API_KEY=
# Google Sign-In server client id (Firebase Console → Authentication →
# Sign-in method → Google → Web SDK configuration → Web client ID).
# Bo'sh bo'lsa Google orqali kirish o'chadi.
# Apple builds only. Without it the Google button is hidden on iOS and macOS,
# because the flow cannot complete: there is no GoogleService-Info.plist and no
# GIDClientID in Info.plist for the plugin to read.
GOOGLE_IOS_CLIENT_ID=
GOOGLE_SERVER_CLIENT_ID=
# CloudStream kengaytmalari uchun bridge server manzili. Bo'sh bo'lsa
# CloudStream kengaytmalari yuklanmaydi; qolgan manbalar ishlayveradi.
EXTENSION_BRIDGE_URL=
# Discord Rich Presence, desktop only.
#
# Create an application at https://discord.com/developers/applications and put
# its Application ID here — it is a public identifier, not a secret. The name
# you give the application is what Discord shows ("Watching Sozo"), and the
# artwork you upload under Rich Presence > Art Assets is what the poster key
# resolves against.
#
# Empty disables presence on desktop. Mobile does not use this: it has no
# Discord client to talk to and connects to the gateway with the viewer's own
# token instead — see lib/core/discord/discord_gateway_client.dart.
DISCORD_CLIENT_ID=