init monlet repo with stage 0-2 (docs, contract, agent MVP)
This commit is contained in:
6
server/.env.example
Normal file
6
server/.env.example
Normal file
@@ -0,0 +1,6 @@
|
||||
MONLET_ENV=local
|
||||
MONLET_LOG_LEVEL=info
|
||||
MONLET_DATABASE_URL=postgresql+psycopg://monlet:monlet@localhost:5432/monlet
|
||||
MONLET_AGENT_TOKEN_BOOTSTRAP=replace-me
|
||||
MONLET_MAX_REQUEST_BYTES=1048576
|
||||
MONLET_MAX_CHECK_OUTPUT_BYTES=8192
|
||||
Reference in New Issue
Block a user