diff options
author | Emile <git@emile.space> | 2025-02-19 19:55:35 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2025-02-19 19:55:35 +0100 |
commit | e220cd7ed1ff8b9a84e4660519ca0f74720f9e6e (patch) | |
tree | fcefd6a4a66a37b2af0e0516dea72b5b94201f74 | |
parent | ae39f02812bcfe903e956220c890bfb7b9bb9ff4 (diff) |
-rwxr-xr-x | nix/templates/goapp/frontend/run.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/templates/goapp/frontend/run.sh b/nix/templates/goapp/frontend/run.sh index fb3c7b3..d68b840 100755 --- a/nix/templates/goapp/frontend/run.sh +++ b/nix/templates/goapp/frontend/run.sh @@ -1,3 +1,4 @@ +# these are tests creds that aren't valid, try it :D export CLIENT_ID=goapp export CLIENT_SECRET=KGFO5LQnUxu1Zs.35gOem3MaG8odthg1U0v0.kScVPS6TPTWVRnAdT_nj4PYYSfuU6jdzTM6 export CLIENT_CALLBACK_URL=http://localhost:8080/oauth2/callback |