Fix default account id in docs (#6278)

This commit is contained in:
Serhii Dimchenko 2023-05-02 18:10:24 +02:00 committed by GitHub
parent e13c1f2be9
commit c21c44136e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ Multi-Account support
=====================
By default, Moto processes all requests in a default account: `12345678910`. The exact credentials provided are usually ignored to make the process of mocking requests as hassle-free as possible.
By default, Moto processes all requests in a default account: `123456789012`. The exact credentials provided are usually ignored to make the process of mocking requests as hassle-free as possible.
If you want to mock resources in multiple accounts, or you want to change the default account ID, there are multiple ways to achieve this.