mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-22 13:07:11 +08:00
feat: update Blinko 1.1.2
This commit is contained in:
11
apps/blinko/1.1.2/.env.sample
Normal file
11
apps/blinko/1.1.2/.env.sample
Normal file
@@ -0,0 +1,11 @@
|
||||
CONTAINER_NAME="blinko"
|
||||
NEXTAUTH_SECRET="my_ultra_secure_nextauth_secret"
|
||||
NEXTAUTH_URL="http://1.2.3.4:1111"
|
||||
NEXT_PUBLIC_BASE_URL="http://1.2.3.4:1111"
|
||||
PANEL_APP_PORT_HTTP=1111
|
||||
PANEL_DB_HOST="postgresql"
|
||||
PANEL_DB_HOST_NAME="postgresql"
|
||||
PANEL_DB_NAME="blinko"
|
||||
PANEL_DB_PORT=5432
|
||||
PANEL_DB_USER="blinko"
|
||||
PANEL_DB_USER_PASSWORD="blinko"
|
||||
Reference in New Issue
Block a user