Skip to content
Snippets Groups Projects
Commit fcc74405 authored by julientaq's avatar julientaq
Browse files

config upddate

parent 9358e547
No related branches found
No related tags found
1 merge request!2Real test
// get a client secret and id and define the one on the server through this:
// `docker exec -it <name_of_the_pagedjs_server_container> yarn create:client`
const clientId = "59a3392b-0c4f-4318-bbe2-f86eff6d3de4";
const clientSecret = "asldkjLKJLaslkdf897kjhKUJH";
// oldest one
// const clientId = "59a3392b-0c4f-4318-bbe2-f86eff6d3de4";
// const clientSecret = "asldkjLKJLaslkdf897kjhKUJH";
const clientId = "db25c482-aa5c-42b2-8929-c8c9169542eb";
const clientSecret = "nDjTI0EhRPgYRONs";
//get the protocol from the docker image
const protocol = "http";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment