mirror of
https://github.com/kevin-DL/commander_league_web.git
synced 2026-01-16 20:24:43 +00:00
Initial commit from Create Next App
This commit is contained in:
9
.env.local.example
Normal file
9
.env.local.example
Normal file
@@ -0,0 +1,9 @@
|
||||
# Update these with your Firebase app's values.
|
||||
FIREBASE_CLIENT_EMAIL=my-example-app-email@example.com
|
||||
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
|
||||
|
||||
# Your Firebase private key.
|
||||
FIREBASE_PRIVATE_KEY=some-key-here
|
||||
Reference in New Issue
Block a user