Spaces:
Paused
Paused
Update public-apps/asn1.livemd
Browse files- public-apps/asn1.livemd +2 -2
public-apps/asn1.livemd
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
# NGAP Parser
|
| 4 |
|
| 5 |
```elixir
|
| 6 |
-
token = System.get_env("
|
| 7 |
|
| 8 |
Mix.install(
|
| 9 |
[
|
|
@@ -15,7 +15,7 @@ Mix.install(
|
|
| 15 |
],
|
| 16 |
config: [
|
| 17 |
lemon_ex: [
|
| 18 |
-
api_key: System.get_env("
|
| 19 |
# webhook_secret: System.get_env("LEMONSQUEEZY_WEBHOOK_SECRET"),
|
| 20 |
# (Optional) You can provide HTTPoison options which are added to every request.
|
| 21 |
# See all options here: https://hexdocs.pm/httpoison/HTTPoison.Request.html#content
|
|
|
|
| 3 |
# NGAP Parser
|
| 4 |
|
| 5 |
```elixir
|
| 6 |
+
token = System.get_env("MIX_GITHUB_ACCESS_TOKEN")
|
| 7 |
|
| 8 |
Mix.install(
|
| 9 |
[
|
|
|
|
| 15 |
],
|
| 16 |
config: [
|
| 17 |
lemon_ex: [
|
| 18 |
+
api_key: System.get_env("LEMONSQUEEZY_API_KEY"),
|
| 19 |
# webhook_secret: System.get_env("LEMONSQUEEZY_WEBHOOK_SECRET"),
|
| 20 |
# (Optional) You can provide HTTPoison options which are added to every request.
|
| 21 |
# See all options here: https://hexdocs.pm/httpoison/HTTPoison.Request.html#content
|