Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(relayer): Save the Key values in .env file #15747

Closed
wants to merge 3 commits into from
Closed

fix(relayer): Save the Key values in .env file #15747

wants to merge 3 commits into from

Conversation

cryptoryda
Copy link
Contributor

@cryptoryda cryptoryda commented Feb 12, 2024

Save Mysql key values in environment file

  environment:
    #save the key values in .env file
      - MYSQL_DATABASE=${MYSQL_DATABASE}
      - MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD}

@cryptoryda cryptoryda changed the title Save the Key values in .env file fix(docker.yml) - Save the Key values in .env file Feb 12, 2024
@cryptoryda cryptoryda changed the title fix(docker.yml) - Save the Key values in .env file - fix : (docker.yml) - Save the Key values in .env file Feb 12, 2024
@cryptoryda cryptoryda changed the title - fix : (docker.yml) - Save the Key values in .env file - fix: (docker.yml) - Save the Key values in .env file Feb 12, 2024
@cryptoryda cryptoryda changed the title - fix: (docker.yml) - Save the Key values in .env file fix(docker): Save the Key values in .env file Feb 12, 2024
@cryptoryda cryptoryda changed the title fix(docker): Save the Key values in .env file fix(relayer): Save the Key values in .env file Feb 12, 2024
Copy link
Contributor

@xiaodino xiaodino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why packages/protocol/contracts/bridge/Bridge.sol is being deleted?

@cryptoryda
Copy link
Contributor Author

2 changes in one PR is not allowed this is why I delete bridge.sol and make separate PR

@cyberhorsey
Copy link
Contributor

This PR should not have Bridge.sol being deleted.

@cryptoryda
Copy link
Contributor Author

You mean close this PR and reopen with just the .env change or readd the bridge.sol ?

@cyberhorsey
Copy link
Contributor

You mean close this PR and reopen with just the .env change or readd the bridge.sol ?

Either one, but you should not be deleting Bridge contracts. Why would we want our contract deleted?

@cryptoryda
Copy link
Contributor Author

Understood

@cryptoryda cryptoryda closed this Feb 13, 2024
@cryptoryda
Copy link
Contributor Author

Closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants