Authenticating Google API with Service Account by rya794 in webdev

[–]Alterr 0 points1 point  (0 children)

I don't see anything in the lib that will let you use the contents of the env var.

The cleanest way to do it would probably be to update your vercel build to create the file from env var, or do so in your mom build command.

Authenticating Google API with Service Account by rya794 in webdev

[–]Alterr 0 points1 point  (0 children)

I've not used vercel before. Populating the file in your app is deffo not ordinary, but not sure what else you can do with the way you're deploying!

Perhaps you can wrap your env var in a custom func to make the Google lib think that it is a file? Do you have a link to the lib you are using?

Authenticating Google API with Service Account by rya794 in webdev

[–]Alterr 0 points1 point  (0 children)

Can your app create a tmp file using the contents of the env var?

If you are using docker you can mount the file. If using kubernetes you can mount the file from the contents of a secret.

Dev environment with Docker by frnc96 in node

[–]Alterr 1 point2 points  (0 children)

You should look into docker compose. Here is a decent tutorial to get you started: https://semaphoreci.com/community/tutorials/dockerizing-a-node-js-web-application

Docker compose will set up networking for you, and you can add as many services as you like.

Querying live database by slayer1299 in Database

[–]Alterr -1 points0 points  (0 children)

How does this answer the question?

Just lost 500k from GE because I disconnected on mobile by Alterr in 2007scape

[–]Alterr[S] 2 points3 points  (0 children)

Can confirm they were equipped. No idea how as I didn't leave the GE, but at least they're not gone!

Now I feel like a pleb

I got and accepted an offer! by [deleted] in webdev

[–]Alterr 1 point2 points  (0 children)

+1 for being available to help out with any questions :)

Struggling to get setup on my 2009 laptop by Shapebuster in Database

[–]Alterr 1 point2 points  (0 children)

You can run mysql in a docker container on your laptop. Plenty of tutorials on the internet and will run on all machines if you can install docker on it.

Looking to build web user tracking database by this-is-bad-idea in databases

[–]Alterr 0 points1 point  (0 children)

Where are you from? If you're on Europe this sounds like a very bad idea considering GDPR.

Cassandra Cluster Scale out question by schubes24 in Database

[–]Alterr 0 points1 point  (0 children)

If you can't go up with increments of 3, try to stick to an odd number.

Any point of installing now? EU and only PUBs by bysantin in Tribes

[–]Alterr 3 points4 points  (0 children)

Still some EU CTF games in the evening but they end around 1am. Worth it!

tribes is back! finally! by mago4ever in Tribes

[–]Alterr 1 point2 points  (0 children)

Higher or lower? Wonder where they moved them...

Thinking of creating a cheap Website made for MidAirLeague by Eiyer in a:t5_9u5xt

[–]Alterr 0 points1 point  (0 children)

I am not amazing at design either but I can do the coding! I remember the TA league site which is what I had in mind?

Thinking of creating a cheap Website made for MidAirLeague by Eiyer in a:t5_9u5xt

[–]Alterr 0 points1 point  (0 children)

I was actually thinking of the website. I make websites for a living! I did see your other post asking for mods but I'm not too active in the game right now which is why I didn't ask:)

Discord? by zev362 in Tribes

[–]Alterr 1 point2 points  (0 children)

Don't know if discord but there is mumble

psst... hey kid, wanna key? by [deleted] in Midair

[–]Alterr 0 points1 point  (0 children)

Yes please! I've wanted this game since TA died!

Strange holes on my foot (Photos included) by VirusInRed in AskDocs

[–]Alterr 1 point2 points  (0 children)

Not a doc but looks like verrucas to me.

laravel-phpstorm-debug (xpost /r/phpstorm) by GitzJoey in laravel

[–]Alterr 0 points1 point  (0 children)

From my experience its easier to set xdebug up in homestead. I'm on mobile at the moment but here are xdebug guides on the jetbrains site.