-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
21 lines (18 loc) · 969 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Use the service localhost.run or ngrok which set up a reverse ssh tunnel that forwards traffic from a public URL to your localhost
# Enter the public URL that was generated by localhost.run or ngrok.
WEBHOOK_URL="https://xxxxxxxxxxxxxxxxxxxxxx"
# Your Personal-Access-Token and the ID.
# Open https://app.sipgate.com and create a new token by navigating to "Benutzereinstellungen" / "User Settings" -> "Personal-Access-Tokens".
# The token should have the `numbers:read` and `devices:read` scopes (see https://www.sipgate.io/rest-api/authentication#personalAccessToken for more information).
TOKEN_ID='YOUR_SIPGATE_TOKEN_ID'
TOKEN='YOUR_SIPGATE_TOKEN'
# The central phone number, that is called by clients.
CENTRAL_SERVICE_PHONE="+49xxxxxxxxxxxx0"
# Choose a database configuration.
# The Docker container will use these values to create the database.
DATABASE_HOST=
DATABASE_NAME=
DATABASE_USERNAME=
DATABASE_PASSWORD=
DATABASE_ROOT_PASSWORD=
DATABASE_TIMEZONE=