Skip to content

Instantly share code, notes, and snippets.

@codemation
Created July 6, 2021 13:36
Show Gist options
  • Save codemation/e025441500f2a8af77f5ff3000a57ab3 to your computer and use it in GitHub Desktop.
Save codemation/e025441500f2a8af77f5ff3000a57ab3 to your computer and use it in GitHub Desktop.
create_env
$ cat > server_sqlite.json <<EOF
{
"DB_TYPE": "sqlite",
"DB_NAME": "auth",
"ISSUER": "EasyAuth",
"SUBJECT": "EasyAuthAuth",
"AUDIENCE": "EasyAuthApis",
"KEY_PATH": "/my_key-location",
"KEY_NAME": "test_key"
}
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment