Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Update default.env
Browse files Browse the repository at this point in the history
  • Loading branch information
Junghyun Colin Kim committed Jul 21, 2022
1 parent f46b118 commit 478ab5a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions config/default.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ PORT = '15000'
API_HOST = ''
KLAYTN_SCOPE_URL = 'https://scope.klaytn.com'
KLAYTN_HOST = ''
KLAYTN_HOMEPAGE_URL = 'https://www.klaytn.com/'
KLAYTN_DOCS_URL = 'https://docs.klaytn.com/'
KLAYTN_HOMEPAGE_URL = 'https://www.klaytn.foundation/'
KLAYTN_DOCS_URL = 'https://docs.klaytn.foundation/'
KLAYTN_TWITTER_URL = 'https://twitter.com/klaytn_official'
KLAYTN_MEDIUM_URL = 'https://medium.com/klaytn'
KLAYTN_MAIL_URL = 'mailto:klaytnscope@klaytn.com'
KLAYTN_IDE_URL = 'https://ide.klaytn.com/'
KLAYTN_MAIL_URL = 'mailto:developer@klaytn.foundation'
KLAYTN_IDE_URL = 'https://ide.klaytn.foundation/'
CRYPO_PASSWORD = ''
KLAYTN_URL_NAME = 'Main Network'
KLAYTN_MAINNET_URL = 'https://wallet.klaytn.com'
KLAYTN_BAOBAB_URL = 'https://baobab.wallet.klaytn.com'
KLAYTN_MAINNET_URL = 'https://wallet.klaytn.foundation'
KLAYTN_BAOBAB_URL = 'https://baobab.wallet.klaytn.foundation'
KLAYTN_KLAY_UINT = 'KLAY'

# logger
LOGGER_PATH = './logs/api-access'
LOGGER_LEVEL = 'debug'
LOGGER_LEVEL = 'debug'

0 comments on commit 478ab5a

Please sign in to comment.