first commit
This commit is contained in:
6
splash/templates/app.env.j2
Normal file
6
splash/templates/app.env.j2
Normal file
@@ -0,0 +1,6 @@
|
||||
APP_ENV={{ app_environment }}
|
||||
GREETING_MESSAGE={{ greeting_message }}
|
||||
APP_SECRET={{ app_secret }}
|
||||
RELEASE_ID={{ release_id }}
|
||||
DEMO_API_KEY={{ demo_api_key }}
|
||||
DEMO_DB_PASSWORD={{ demo_db_password }}
|
||||
5
splash/templates/notes.txt.j2
Normal file
5
splash/templates/notes.txt.j2
Normal file
@@ -0,0 +1,5 @@
|
||||
Project: application-consumption-demo-algorithm
|
||||
Image: {{ container_image }}:{{ image_tag }}
|
||||
Digest: sha256:6cc8ab7c08f195cb65c689255418652fdf0094acaaa4ef63475d594039cda2ab
|
||||
Container: {{ container_name }}
|
||||
Port: {{ app_port }}
|
||||
Reference in New Issue
Block a user