### FIREBASE ### ### These configs are related to the configuration of the Firebase services. # The Firebase Application API key for making request against the services. # nb. this is going to be auto-generated when creating a new application. FIREBASE_API_KEY=AIzaSyC_m2yETFfuJ_dO5mtQfyU6qlc8k3CTFUY # The URL to Firebase Authentication service (should point to default). # nb. this is going to be auto-generated when creating a new application. FIREBASE_AUTH_DOMAIN=pse-p0tion-production.firebaseapp.com # The Firebase Application project id (should match with application name). FIREBASE_PROJECT_ID=pse-p0tion-production # The Firebase unique message sender identifier (to recognize the application user). # nb. this is going to be auto-generated when creating a new application. FIREBASE_MESSAGING_SENDER_ID=791425100143 # The Firebase unique identifier for your application. # nb. this is going to be auto-generated when creating a new application. FIREBASE_APP_ID=1:791425100143:web:86313c4d311c8f6014a09a FIREBASE_CF_URL_VERIFY_CONTRIBUTION=https://verifycontribution-h3mhz7ox4a-ew.a.run.app ### AUTHENTICATION ### ### These configs are related to the authentication of users. # The unique identifier for the Github client associated to the OAuth Application. AUTH_GITHUB_CLIENT_ID=057a55ac6fe383cfcc3a ### BANDADA AUTHENTICATION ### # The Bandada API URL to be used for authentication. BANDADA_API_URL=https://api.bandada.pse.dev/ # The Bandada group id that will be used for the credentials criteria (e.g. GH followers) BANDADA_GROUP_ID=40887196405294111455930028907236 # The Bandada dashboard URL to administrate the groups BANDADA_DASHBOARD_URL=https://bandada.pse.dev/ ### AWS S3 STORAGE ### ### These configs are related to the configuration of the interaction with the ### AWS S3 bucket used as storage for ceremony artifacts. # The chunk size to be used when executing multi-part upload or downloads. # default 25 MBs. # (e.g. a 200 MB file setting a stream chunk size of 25 MB is going to be splitted and uploaded/downloaded in 8 chunks). CONFIG_STREAM_CHUNK_SIZE_IN_MB=25 # The postfix string for each ceremony bucket. # default -ph2-ceremony CONFIG_CEREMONY_BUCKET_POSTFIX=-pse-p0tion-production # The amount of time in seconds which indicates the duration about the validity of a pre-signed URL. # default: 7200 seconds = 2 hours. CONFIG_PRESIGNED_URL_EXPIRATION_IN_SECONDS=7200 # Sign In With Ethereum # Auth0 client id AUTH_SIWE_CLIENT_ID=kTOnoNXI9UKB2ctmqUrVZRE64wREtPfh # The Auth0 application url that support SIWE + Device Flow Authentication AUTH0_APPLICATION_URL=https://p0tion.us.auth0.com