mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Renamed cymais to infinito and did some other optimations and logout implementations
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
CYMAIS_ENVIRONMENT: "production"
|
||||
INFINITO_ENVIRONMENT: "production"
|
||||
|
||||
HOST_CURRENCY: "EUR"
|
||||
HOST_TIMEZONE: "UTC"
|
||||
@@ -21,7 +21,7 @@ WEB_PORT: "{{ 443 if web_protocol == 'https' else 80 }}" # Defaul
|
||||
|
||||
## Domain
|
||||
primary_domain_tld: "localhost" # Top Level Domain of the server
|
||||
primary_domain_sld: "cymais" # Second Level Domain of the server
|
||||
primary_domain_sld: "infinito" # Second Level Domain of the server
|
||||
primary_domain: "{{primary_domain_sld}}.{{primary_domain_tld}}" # Primary Domain of the server
|
||||
|
||||
# Server Tact Variables
|
||||
|
Reference in New Issue
Block a user