Initial commit with basic DB layout
This commit is contained in:
19
.env.example
Normal file
19
.env.example
Normal file
@@ -0,0 +1,19 @@
|
||||
# Database
|
||||
POSTGRES_HOST=0.0.0.0
|
||||
POSTGRES_PASSWORD=changeme
|
||||
POSTGRES_USER=ordabok
|
||||
POSTGRES_DB=ordabok
|
||||
DATABASE_URL=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}/${POSTGRES_DB}
|
||||
|
||||
# S3 Object Storing
|
||||
S3_ENDPOINT=https://s3.example.com
|
||||
S3_REGION=
|
||||
S3_BUCKET_ID=ordabok
|
||||
AWS_ACCESS_KEY_ID=
|
||||
AWS_SECRET_ACCESS_KEY=
|
||||
AWS_SESSION_TOKEN=
|
||||
|
||||
# Session manager
|
||||
APPWRITE_ENDPOINT=appwrite.phundrak.com
|
||||
APPWRITE_PROJECT=
|
||||
APPWRITE_API_KEY=
|
||||
Reference in New Issue
Block a user