2024-06-01 22:36:38 -04:00
|
|
|
# Set WORKERS_KEY to be the same as KEY in /backend/storage/wrangler.toml.
|
|
|
|
# Set DATABASE_WORKER_URL and STORAGE_WORKER_URL after deploying the workers.
|
2024-07-23 17:54:44 -04:00
|
|
|
# DOKKU_HOST and DOKKU_USERNAME are used to authenticate via SSH with the Dokku server
|
|
|
|
# DOKKU_KEY is the path to an SSH (.pem) key on the local machine
|
2024-06-01 22:36:38 -04:00
|
|
|
|
2024-05-26 18:37:36 -07:00
|
|
|
PORT=4000
|
2024-06-01 22:36:38 -04:00
|
|
|
WORKERS_KEY=
|
|
|
|
DATABASE_WORKER_URL=
|
|
|
|
STORAGE_WORKER_URL=
|
2024-07-23 17:54:44 -04:00
|
|
|
E2B_API_KEY=
|
|
|
|
DOKKU_HOST=
|
|
|
|
DOKKU_USERNAME=
|
|
|
|
DOKKU_KEY=
|