mirror of
https://github.com/kevin-DL/commander_league_web.git
synced 2026-01-11 10:04:27 +00:00
11 lines
453 B
Plaintext
11 lines
453 B
Plaintext
# 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
|
|
NEXT_PUBLIC_API_URL= https://example.com
|
|
|
|
# Your Firebase private key.
|
|
FIREBASE_PRIVATE_KEY=some-key-here
|