ai/at
1
0
This commit is contained in:
2024-10-18 23:46:53 +09:00
parent c675fe0fd3
commit 6b12d8318b
16 changed files with 278 additions and 1 deletions

4
envs/plc Normal file
View File

@@ -0,0 +1,4 @@
DATABASE_URL=postgres://postgres:postgres@database/plc
DB_CREDS_JSON='{"username":"postgres","password":"postgres","host":"database","port":"5432","database":"plc"}'
ENABLE_MIGRATIONS=true
DB_MIGRATE_CREDS_JSON='{"username":"postgres","password":"postgres","host":"database","port":"5432","database":"plc"}'