Email Successfully Sent  ✅

Your email has been successfully sent. You can find your account ID in the sent email.

Inserting Account ID in Config File

Set the received account ID into the account_id field.

1account_id: "<ACCOUNT_ID>" 2 3server: 4 rate_limit: 100_000 5 http: 6 enabled: true 7 port: 3476 8 grpc: 9 port: 3478 10 tls: 11 enabled: false
Using Account ID as Flag or Environment VariableFlag Option

Use the following flag syntax to specify the account ID:

1--account-id <ACCOUNT_ID>
Environment Variable

Set the account ID as an environment variable:

1PERMIFY_ACCOUNT_ID=<ACCOUNT_ID>