Align the project baseline with the latest admin interface styling and layout structure while documenting setup and usage updates in README.
12 lines
571 B
Bash
12 lines
571 B
Bash
DATABASE_URL=postgresql+psycopg://compton_app:dhKPkf8LKMN8GPHjp5x3uHLQfytcM1stCg8M1SOdCko@postgres:5432/compton
|
|
JWT_ACCESS_SECRET=0134ee55c189ad13ceed51950754dce337ac6d4dd26d5119181d3dd58832380c
|
|
JWT_REFRESH_PEPPER=983b24c9566f06ee7a1975ee6dd843edf784d10f8bbfcc92e907b0cbf25c4811
|
|
MINIO_ROOT_PASSWORD=8suhZMVmfRIHI_-TQ5NU3S4sXUiDIw7KG_8LvUR1SrU
|
|
MINIO_ROOT_USER=minio
|
|
POSTGRES_DB=compton
|
|
POSTGRES_PASSWORD=dhKPkf8LKMN8GPHjp5x3uHLQfytcM1stCg8M1SOdCko
|
|
POSTGRES_USER=compton_app
|
|
S3_ACCESS_KEY=minio
|
|
S3_SECRET_KEY=xcE4hgaqsdy2ErSse1-oTmgJHYvl6DgNfJlrMYWjy98
|
|
SECRETS_LOCKED=true
|