-
Notifications
You must be signed in to change notification settings - Fork 168
Expand file tree
/
Copy pathglobals.js
More file actions
28 lines (23 loc) · 1.08 KB
/
globals.js
File metadata and controls
28 lines (23 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
globalThis.ENV = 'test'
globalThis.DEBUG = 'true'
globalThis.SALT = 'secret'
globalThis.DATABASE_URL = 'http://localhost:3000'
globalThis.DATABASE_TOKEN =
'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJzdXBhYmFzZSIsImlhdCI6MTYwMzk2ODgzNCwiZXhwIjoyNTUwNjUzNjM0LCJyb2xlIjoic2VydmljZV9yb2xlIn0.necIJaiP7X2T2QjGeV-FhpkizcNTX8HjDDBAxpgQTEI'
globalThis.MAGIC_SECRET_KEY = 'test'
globalThis.MAILCHIMP_API_KEY = ''
globalThis.METAPLEX_AUTH_TOKEN = 'metaplex-test-token'
globalThis.LOGTAIL_TOKEN = ''
globalThis.PRIVATE_KEY = 'xmbtWjE9eYuAxae9G65lQSkw36HV6H+0LSFq2aKqVwY='
globalThis.SENTRY_DSN = 'https://test@test.ingest.sentry.io/0000000'
globalThis.CLUSTER_API_URL = 'http://localhost:9094'
// will be used with we can active auth in cluster base64 of test:test
globalThis.CLUSTER_BASIC_AUTH_TOKEN = 'dGVzdDp0ZXN0'
globalThis.CLUSTER_SERVICE = ''
globalThis.MAINTENANCE_MODE = 'rw'
globalThis.S3_ENDPOINT = 'http://localhost:9095'
globalThis.S3_REGION = 'test'
globalThis.S3_ACCESS_KEY_ID = 'test'
globalThis.S3_SECRET_ACCESS_KEY = 'test'
globalThis.S3_BUCKET_NAME = 'test'
globalThis.PSA_QUOTA = '2'