8 lines
311 B
Plaintext
8 lines
311 B
Plaintext
# Example config for local/dev.
|
|
#
|
|
# If you plan to access the app from another device (via machine IP),
|
|
# set CORS_ORIGINS to include that frontend origin too.
|
|
|
|
DATABASE_URL=postgresql+psycopg2://postgres:CHANGE_ME@127.0.0.1:5432/openclaw_agency
|
|
CORS_ORIGINS=http://localhost:3000,http://<YOUR_MACHINE_IP>:3000
|