diff options
Diffstat (limited to 'stacks/db/run.env.example')
| -rw-r--r-- | stacks/db/run.env.example | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/stacks/db/run.env.example b/stacks/db/run.env.example new file mode 100644 index 0000000..b7371f5 --- /dev/null +++ b/stacks/db/run.env.example @@ -0,0 +1,11 @@ +# +# +# Stack Runtime Variables + +# PostgreSQL +POSTGRES_USER= +POSTGRES_PASSWORD= + +# Adminer +ADMINER_DEFAULT_SERVER= +ADMINER_DESIGN=mancave |
