Skip to content

Commit

Permalink
untouch released files
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k authored Jan 16, 2025
1 parent 4225d51 commit 76de341
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions ix-dev/community/romm/ix_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ consts:
perms_container_name: permissions
postgres_container_name: postgres
redis_container_name: redis
base_path: /romm
db_user: postgres
db_name: postgres
internal_web_port: 8080
Expand Down
8 changes: 4 additions & 4 deletions ix-dev/community/romm/templates/test_values/basic-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ romm:
db_password: postgres-password
redis_password: redis-password
auth_secret_key: change-me
igdb_client_id: igdb-client-id
igdb_client_secret: igdb-client-secret
mobygames_api_key: mobygames-api-key
steamgriddb_api_key: steamgriddb-api-key
igdb_client_id: "igdb-client-id"
igdb_client_secret: "igdb-client-secret"
mobygames_api_key: "mobygames-api-key"
steamgriddb_api_key: "steamgriddb-api-key"
additional_envs: []

network:
Expand Down
1 change: 0 additions & 1 deletion trains/community/romm/1.0.0/ix_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ consts:
db_user: postgres
db_name: postgres
internal_web_port: 8080
base_path: /romm
1 change: 1 addition & 0 deletions trains/community/romm/1.0.0/templates/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
{% do c1.environment.add_env("REDIS_PORT", 6379) %}
{% do c1.environment.add_env("REDIS_PASSWORD", values.romm.redis_password) %}
{% do c1.environment.add_env("ROMM_AUTH_SECRET_KEY", values.romm.auth_secret_key) %}

{% do c1.environment.add_env("ROMM_BASE_PATH", values.consts.base_path) %}

{% do c1.environment.add_user_envs(values.romm.additional_envs) %}
Expand Down

0 comments on commit 76de341

Please sign in to comment.