# ACS (Access Control System) environment — copy to .env and edit # Database POSTGRES_USER=acs POSTGRES_PASSWORD=change_me POSTGRES_DB=acs # Web (nginx) published port WEB_PORT=80 # ===== Pass delivery (SMS/LMS) ===== # dev : no network — logs the message + writes the QR image to the outbox # hanbank : sends an LMS with the public pass link via the in-house DMZ API ACS_SMS_PROVIDER=dev ACS_SMS_API_URL=http://210.104.132.59:8000 # URL the SMS link points to — MUST be reachable from the visitor's phone # (the server's real address/domain, not localhost). e.g. https://acs.example.co.kr ACS_PUBLIC_BASE_URL=http://localhost