From 9db7220b7afa9944ad7e77265471f56e935aee1a Mon Sep 17 00:00:00 2001 From: Zaptoss Date: Mon, 8 Jul 2024 20:01:09 +0300 Subject: [PATCH] Remove files which used for local testing --- configs/geo-auth-svc.yaml | 42 ------------------- configs/geo-points-svc.yaml | 81 ------------------------------------- 2 files changed, 123 deletions(-) delete mode 100644 configs/geo-auth-svc.yaml delete mode 100644 configs/geo-points-svc.yaml diff --git a/configs/geo-auth-svc.yaml b/configs/geo-auth-svc.yaml deleted file mode 100644 index a121b75..0000000 --- a/configs/geo-auth-svc.yaml +++ /dev/null @@ -1,42 +0,0 @@ -log: - level: debug - disable_sentry: true - -db: - url: postgres://auth:auth@geo-auth-db:5432/auth?sslmode=disable - -listener: - addr: :80 - -jwt: - secret_key: 0xbcb14d08dc1472b80f49eaf72f0873ac314a7146083bbf3694df8c3238949f2ec0971427f5509382a2812c700e541e328cd6ec65a1383c3ca435cdf55862dc4b - access_expiration_time: 1h - refresh_expiration_time: 72h - -cookies: - domain: "*" - secure: true - same_site: 4 - -auth_verifier: - verification_key_path: "./auth_verification_key.json" - disabled: true - -passport_verifier: - verification_key_path: "./passport_verification_key.json" - allowed_age: 18 - allowed_identity_timestamp: 1715698750 - -root_verifier: - rpc: https://rpc.evm.node1.mainnet-beta.rarimo.com:443 - contract: 0x59123B0D0f95EB23183879f476B6939cEFd2cF3B - request_timeout: 10s - -sig_verifier: - verification_key: "bcb14d08dc1472b80f49eaf72f0873ac314a7146083bbf3694df8c3238949f2ec0971427f5509382a2812c700e541e328cd6ec65a1383c3ca435cdf55862dc4b" - -points: - admin: 0x8c6976e5b5410415bde908bd4dee15dfb167a9c873fc4bb8a81f6f2ab448a918 - url: http://geo-points - default_verified: true - disabled: true \ No newline at end of file diff --git a/configs/geo-points-svc.yaml b/configs/geo-points-svc.yaml deleted file mode 100644 index 6fbbf5b..0000000 --- a/configs/geo-points-svc.yaml +++ /dev/null @@ -1,81 +0,0 @@ -log: - level: debug - disable_sentry: true - -db: - url: postgres://points:points@geo-points-db:5432/points?sslmode=disable - -listener: - addr: :80 - -event_types: - types: - - name: passport_scan - title: Points for passport scan - reward: 10 - description: Get points for scan passport and share data - short_description: Short description - frequency: one-time - action_url: https://... - logo: https://... - auto_claim: true - - name: free_weekly - title: Free weekly points - reward: 1 - frequency: weekly - description: Get free points every week by visiting the platform and claiming your reward - short_description: Short description - - name: be_referred - title: Referral welcome bonus - reward: 1 - frequency: one-time - description: Be referred by a friend and get a welcome bonus - short_description: Short description - no_auto_open: true - - name: referral_common - reward: 1 - frequency: one-time - title: Refer new users - short_description: Refer friends and get a reward for each friend who verifies the passport - description: Refer friends and get a reward for each friend who verifies the passport - - name: referral_specific - title: Refer user {:did} - reward: 1 - frequency: unlimited - description: The user {:did} has verified the passport. Claim the reward! - short_description: Short description - no_auto_open: true - auto_claim: true - - name: meetup_participation - title: Prove your participation by scanning QR code - reward: 5 - frequency: unlimited - description: Prove your participation by scanning QR code - short_description: Short description - auto_claim: true - qr_code_value: "aawdiojawndgawjhkdla" - -levels: - levels: - - lvl: 1 - threshold: 0 - referrals: 10 - - lvl: 2 - threshold: 10 - infinity: true - -auth: - addr: http://geo-auth - -verifier: - verification_key_path: "./verification_key.json" - allowed_age: 18 - allowed_identity_timestamp: 1715698750 - -root_verifier: - rpc: https://rpc.evm.node1.mainnet-beta.rarimo.com:443 - contract: 0x59123B0D0f95EB23183879f476B6939cEFd2cF3B - request_timeout: 10s - -sig_verifier: - verification_key: "bcb14d08dc1472b80f49eaf72f0873ac314a7146083bbf3694df8c3238949f2ec0971427f5509382a2812c700e541e328cd6ec65a1383c3ca435cdf55862dc4b"