Skip to content

Credentials

Security Warning

These are development credentials only. Never use in production.

SSH Access

bash
# SSH connection
ssh -i "esign.pem" ubuntu@16.171.135.212

# Key file location
D:\gsign-master-prompts\esign.pem  (local)
ParameterValue
Host16.171.135.212
Userubuntu
Keyesign.pem

GitLab

ParameterValue
URLhttps://gitlab.gesign.mn
Usernameroot
Password0g00QJVCPICFULDzEihcmGH8G+N4LN9s6yzVVJih/o0=
API Tokenglpat-oP99QZkSuYOyH7Pgudg6FG86MQp1OjEH.01.0w1xfott5

Git Push with Token

bash
git remote set-url origin https://oauth2:glpat-oP99QZkSuYOyH7Pgudg6FG86MQp1OjEH.01.0w1xfott5@gitlab.gesign.mn/root/gsign-master-prompts.git
git push origin master

Databases

PostgreSQL

ParameterValue
Hostlocalhost (or gsign-postgres)
Port5432
Databasegsign
Usernamegsign
Passwordgsign_dev_2026
bash
# Connection string
postgresql://gsign:gsign_dev_2026@localhost:5432/gsign

MongoDB

ParameterValue
Hostlocalhost (or gsign-mongodb)
Port27017
Databasegsign
Usernamegsign
Passwordgsign_dev_2026
bash
# Connection string
mongodb://gsign:gsign_dev_2026@localhost:27017/gsign

Redis

ParameterValue
Hostlocalhost (or gsign-redis)
Port6379
Passwordgsign_dev_2026
bash
# Connection string
redis://:gsign_dev_2026@localhost:6379

Monitoring

Grafana

ParameterValue
URLhttps://grafana.gesign.mn
Usernameadmin
Passwordgsign_dev_2026

Prometheus

ParameterValue
URLhttps://prometheus.gesign.mn
AuthNone (internal only)

Database Tools

ToolURLCredentials
Adminerhttps://pgadmin.gesign.mn(DB credentials)
Mongo Expresshttps://mongo.gesign.mn(DB credentials)
Redis Commanderhttps://redis.gesign.mn(Redis password)

Container Registry

ParameterValue
URLregistry.gesign.mn:5005
Usernameroot
Password(GitLab password)

Environment Variables

bash
# Backend (.env)
DATABASE_URL=postgresql://gsign:gsign_dev_2026@gsign-postgres:5432/gsign
MONGODB_URI=mongodb://gsign:gsign_dev_2026@gsign-mongodb:27017/gsign
REDIS_URL=redis://:gsign_dev_2026@gsign-redis:6379
JWT_SECRET=your-jwt-secret-here
KEY_ENCRYPTION_KEY=12345678901234567890123456789012

# Frontend (.env.local)
NEXT_PUBLIC_API_URL=https://api.gesign.mn

GSign Digital Signature Platform