7 lines
218 B
Plaintext
7 lines
218 B
Plaintext
DATABASE_URL="postgresql://user:pwd@localhost:5432/wajs?schema=public"
|
|
JWT_SECRET=super_sangat_rahasia_sekali
|
|
BUN_PUBLIC_BASE_URL=http://localhost:3000
|
|
PORT=3000
|
|
WWEBJS_AUTH=./.wwebjs_auth
|
|
WWEBJS_CACHE=./.wwebjs_cache
|