add variables to .env-example
This commit is contained in:
parent
7867e73f10
commit
69f9ff1793
2 changed files with 7 additions and 5 deletions
|
|
@ -1,2 +1,8 @@
|
|||
XE_ACCOUNT_ID=<your-account-id-here>
|
||||
XE_API_KEY=<your-api-key-here>
|
||||
|
||||
DWH_HOST=<db-host-here>
|
||||
DWH_PORT=<db-port-here>
|
||||
DWH_DB=<db-db-here>
|
||||
DWH_USER=<db-user-here>
|
||||
DWH_PASSWORD=<db-password-here>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue