11 lines
222 B
Plaintext
11 lines
222 B
Plaintext
NODE_ENV=test
|
|
BILLING_MODE=OFF
|
|
|
|
# MySQL test database
|
|
DATABASE_URL=mysql://root:root@127.0.0.1:3307/waoowaoo_test
|
|
|
|
# Redis test instance
|
|
REDIS_HOST=127.0.0.1
|
|
REDIS_PORT=6380
|
|
INTERNAL_TASK_TOKEN=waoowaoo-internal-task-2026
|