31 lines
969 B
Bash
31 lines
969 B
Bash
|
PUBLIC_FILES_SERVER_URL=http://localhost:3125
|
||
|
DB_HOST=db
|
||
|
DB_USERNAME=std_notes_user
|
||
|
DB_PASSWORD=changeme123
|
||
|
DB_DATABASE=standard_notes_db
|
||
|
DB_PORT=3306
|
||
|
DB_DEBUG_LEVEL=all
|
||
|
DB_SQLITE_DATABASE_PATH=standard_notes_db
|
||
|
REDIS_PORT=6379
|
||
|
REDIS_HOST=cache
|
||
|
AUTH_SERVER_ACCESS_TOKEN_AGE=4
|
||
|
AUTH_SERVER_REFRESH_TOKEN_AGE=10
|
||
|
AUTH_SERVER_EPHEMERAL_SESSION_AGE=300
|
||
|
SYNCING_SERVER_REVISIONS_FREQUENCY=2
|
||
|
AUTH_SERVER_LOG_LEVEL=debug
|
||
|
SYNCING_SERVER_LOG_LEVEL=debug
|
||
|
FILES_SERVER_LOG_LEVEL=debug
|
||
|
REVISIONS_SERVER_LOG_LEVEL=debug
|
||
|
API_GATEWAY_LOG_LEVEL=debug
|
||
|
|
||
|
MYSQL_DATABASE=standard_notes_db
|
||
|
MYSQL_USER=std_notes_user
|
||
|
MYSQL_PASSWORD=changeme123
|
||
|
MYSQL_ROOT_PASSWORD=changeme123
|
||
|
|
||
|
AUTH_JWT_SECRET=f95259c5e441f5a4646d76422cfb3df4c4488842901aa50b6c51b8be2e0040e9
|
||
|
AUTH_SERVER_ENCRYPTION_SERVER_KEY=1087415dfde3093797f9a7ca93a49e7d7aa1861735eb0d32aae9c303b8c3d060
|
||
|
VALET_TOKEN_SECRET=4b886819ebe1e908077c6cae96311b48a8416bd60cc91c03060e15bdf6b30d1f
|
||
|
|
||
|
SYNCING_SERVER_CONTENT_SIZE_TRANSFER_LIMIT=1000000
|