mirror of
https://github.com/rjNemo/meal_planner
synced 2026-06-12 13:26:45 +00:00
secrets
This commit is contained in:
parent
f329f6733a
commit
4c8ffd52f3
2 changed files with 5 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -22,4 +22,4 @@ npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
|
|
||||||
/src/utils/auth_config.json
|
# /src/utils/auth_config.json
|
||||||
4
src/utils/auth_config.json
Normal file
4
src/utils/auth_config.json
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"domain": "dev-fyjrvohx.auth0.com",
|
||||||
|
"clientId": "bfkq2dOfei9pjxnrZvO1VRW5rZpwGG2X"
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue