Added env variable for api

This commit is contained in:
2020-10-25 17:34:15 +00:00
parent c0202bdaf8
commit eef551bf7a

View File

@@ -4,6 +4,7 @@ NEXT_PUBLIC_FIREBASE_PUBLIC_API_KEY=MyExampleAppAPIKey123
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=my-example-app.firebaseapp.com
NEXT_PUBLIC_FIREBASE_DATABASE_URL=https://my-example-app.firebaseio.com
NEXT_PUBLIC_FIREBASE_PROJECT_ID=my-example-app-id
NEXT_PUBLIC_API_URL= https://example.com
# Your Firebase private key.
FIREBASE_PRIVATE_KEY=some-key-here