9 lines
149 B
Plaintext
9 lines
149 B
Plaintext
env = to_string!(.env)
|
|
|
|
profile = if env == "production" {
|
|
"botpresssandbox"
|
|
} else {
|
|
"botpresssandboxstaging"
|
|
}
|
|
|
|
"https://ig.me/m/{{ profile }}" |