Add an env file #16

Open
opened 2022-09-15 15:44:39 +00:00 by emacsen · 3 comments
emacsen commented 2022-09-15 15:44:39 +00:00 (Migrated from gitlab.com)

With so much configuration moving from config and into environment variables, there's a greater need for both collection of configuration and documentation.

This is often accomplished with a .env file which is well documented. This can be either used as is, or placed inside a docker-compose environment instead of an environment section.

Writing a dotenv in Python style isn't too hard, but such things already exist (https://github.com/TheClonker/garrysmod-dotenv). We just need to use it and then document the .env file.

With so much configuration moving from config and into environment variables, there's a greater need for both collection of configuration and documentation. This is often accomplished with a `.env` file which is well documented. This can be either used as is, or placed inside a `docker-compose` environment instead of an `environment` section. Writing a `dotenv` in Python style isn't too hard, but such things already exist (https://github.com/TheClonker/garrysmod-dotenv). We just need to use it and then document the `.env` file.
emacsen commented 2022-10-18 18:49:48 +00:00 (Migrated from gitlab.com)

assigned to @emacsen

assigned to @emacsen
CSDUMMI commented 2023-03-01 12:16:32 +00:00 (Migrated from gitlab.com)

Can this issue be closed? There are issues still relating to env variables, but this issue has been outdated by development.

Can this issue be closed? There are issues still relating to env variables, but this issue has been outdated by development.
emacsen commented 2025-06-06 13:44:34 +00:00 (Migrated from gitlab.com)

unassigned @emacsen

unassigned @emacsen
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
babka/activitycolander#16
No description provided.