Hi, I'm trying to build supertoken-core from sourc...
# support-questions-legacy
v
Hi, I'm trying to build supertoken-core from source, so I'm following this [md](https://github.com/supertokens/supertokens-core/blob/master/CONTRIBUTING.md). I've the supertokens-root and I'm trying to run the scripts first before starting to modify the source. I'm getting the following error when i try to run
./startTestEnv
script.
r
hey @vigneshkumar5238 which version of java are you using? We only support openjdk version 15.0.1
v
I'm trying using OpenJDK 11, I will try using openjdk 15.0.1
r
ok
v
Thanks @rp_st. It is running now, how come I use my local db for supertoken core? config.yaml doesn't have flags for it.
r
you need to see the devConfig.yaml in the supertokens-postgresql folder (if you have loaded postgrsql). By default, it works with an in memory db. For setting up with psql, see this: https://github.com/supertokens/supertokens-postgresql-plugin/blob/master/CONTRIBUTING.md
v
Cool, Thanks.
Hi @rp_st , One quick doubt, we have a table named jwt_signing_keys table in the supertokens db right, it has key_string which has the keys seperated by '|'. I could see one is public key and what's the other and is it okay to store the public key on the server?
r
@porcellus can help with this
p
hi
1. the other one is the private key 2. the public key is, well, public. it is ok to store on the server, plus the JWKs endpoint returns them anyway.
v
hi @porcellus, thanks. so it is okay for them to be present in the db too right?
p
yep
sorry for the late response, the notif got lost :/
v
Thanks, it's fine