6 lines
114 B
Plaintext
6 lines
114 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
APPSMITH_MONGODB_URI="mongodb://localhost:27017/mobtools"
|
||
|
|
|
||
|
|
APPSMITH_REDIS_URL="redis://127.0.0.1:6379"
|