Files
2026-07-13 13:34:48 +08:00

9 lines
149 B
Plaintext

env = to_string!(.env)
profile = if env == "production" {
"botpresssandbox"
} else {
"botpresssandboxstaging"
}
"https://ig.me/m/{{ profile }}"