15 lines
413 B
YAML
15 lines
413 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: groupfactory-tg-auth
|
|
namespace: groupfactory
|
|
labels:
|
|
app.kubernetes.io/name: groupfactory
|
|
type: Opaque
|
|
stringData:
|
|
API_KEY: "change-me-api-key"
|
|
MONGODB_URI: "mongodb://mongo:27017"
|
|
TELETHON_API_HASH: "replace-with-telegram-api-hash"
|
|
# Generate with: python3 scripts/generate_telegram_session.py
|
|
TELETHON_TOKEN: "replace-with-telethon-session-token"
|